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