stopLocalPreview method Null safety

Future<void> stopLocalPreview()

停止本地视频采集及预览。

Implementation

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