pauseAll abstract method
Pause playing all audio effect.
Available since: 1.16.0
Description: Pause playing all audio effect.
When to call: It can be called after createAudioEffectPlayer
.
Restrictions: None.
Implementation
Future<void> pauseAll();