stopScan method

Future<bool> stopScan()

Stops the active BLE scan.

Implementation

Future<bool> stopScan() => NexoraSdkPlatform.instance.stopBluetoothScan();