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