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