stopAll abstract method
Stop playing all audio effect.
Available since: 1.16.0 Description: Stop playing all audio effect. When to call: Some audio effects are Playing. Restrictions: None.
Implementation
Future<void> stopAll();
Stop playing all audio effect.
Available since: 1.16.0 Description: Stop playing all audio effect. When to call: Some audio effects are Playing. Restrictions: None.
Future<void> stopAll();