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