stopPreview method

最近更新时间:2022-09-20 05:17:40


Future <void> stopPreview ()

停止视频预览。

Implementation


Future<void> stopPreview() {
  return _invokeMethod('stopPreview');
}