stopScan static method
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');
}
Stop BLE scanning.
This will halt the current scan and stop emitting events on scanStream.
static Future<void> stopScan() async {
await _method.invokeMethod('stopScan');
}