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