stopScan static method

Future<void> stopScan()

Stop BLE scanning.

This will halt the current scan and stop emitting events on scanStream.

Implementation

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