pauseVideo method
Implementation
Future<V2TXLiveCode> pauseVideo() async {
var result = await _channel.invokeMethod('pauseVideo', {});
return _liveCodeWithResult(result);
}
Future<V2TXLiveCode> pauseVideo() async {
var result = await _channel.invokeMethod('pauseVideo', {});
return _liveCodeWithResult(result);
}