stopScanning method

Future<void> stopScanning()

Implementation

Future<void> stopScanning() async {
  await methodChannel.invokeMethod('stopScan');
}