stopLocalPreview method Null safety

Future<void> stopLocalPreview()

Stop local video capturing and preview

Implementation

Future<void> stopLocalPreview() {
  return _channel.invokeMethod('stopLocalPreview');
}