stopLocalPreview method
Stop local video capturing and preview
Implementation
Future<void> stopLocalPreview() {
return _cloudChannel!.invokeMethod('stopLocalPreview');
}
Stop local video capturing and preview
Future<void> stopLocalPreview() {
return _cloudChannel!.invokeMethod('stopLocalPreview');
}