stopScan method

Future<void> stopScan()

Implementation

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