stopAll abstract method

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.

Implementation

Future<void> stopAll();