stopScan method

Future<void> stopScan()

Implementation

Future<void> stopScan() async {
  return _channel.invokeMethod('stopScanForDevice');
}