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