stopLocalPreview method

Future<void> stopLocalPreview()

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

Implementation

Future<void> stopLocalPreview() {
  return _channelInvokeMethod('stopLocalPreview');
}