Future<int> pauseAllAudioEffects() async { int code = await _channel.invokeMethod('pauseAllAudioEffects') ?? -1; return code; }