resumeAll abstract method
Resumes the playback of all audio effect files.
Return value:
0
: Success.<0
: Failure.
Notes: After calling the RTCAudioEffectPlayer.pauseAll API to pause all the audio effect files being played, you can resume playback by calling this API.
Implementation
Future<int?> resumeAll();