stopLocalPreview method

Future<void> stopLocalPreview()

Implementation

Future<void> stopLocalPreview() async {
  await _channel.invokeMethod('stopLocalPreview', {});
}