unload abstract method
Unloads the specified audio effect file.
Return value:
0: Success.<0: Failure.
Notes: This API can be called only after RTCAudioEffectPlayer.start or RTCAudioEffectPlayer.preload.
Implementation
Future<int?> unload(int effectId);