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