startScan method

Future<bool> startScan()

Starts scanning for nearby BLE devices. Ensure Bluetooth permissions are granted before calling this.

Implementation

Future<bool> startScan() => NexoraSdkPlatform.instance.startBluetoothScan();