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