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