startScan method

Future<void> startScan({
  1. int timeoutMs = 12000,
})

Starts scanning for nearby devices.

Implementation

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