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