stopScan method

Future<bool> stopScan()

Stops the active BLE scan to conserve battery.

Implementation

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