stopPreview method

Future<void> stopPreview()

停止预览

Implementation

Future<void> stopPreview() async {
  return _livePusherMethodChannel.invokeMethod(
    'stopPreview',
    wrapArgs(),
  );
}