stopLocalPreview method
停止本地视频采集和预览
Implementation
Future<void> stopLocalPreview() {
return _cloudChannel.invokeMethod('stopLocalPreview');
}
停止本地视频采集和预览
Future<void> stopLocalPreview() {
return _cloudChannel.invokeMethod('stopLocalPreview');
}