startScan method

Future<void> startScan()

Starts scanning for Bluetooth devices.

Implementation

Future<void> startScan() {
  throw UnimplementedError('startScan() has not been implemented.');
}