scan method

Future<List<BluetoothDevice>> scan({
  1. required Duration timeout,
})

Implementation

Future<List<BluetoothDevice>> scan({required Duration timeout}) async {
  throw UnimplementedError('scan() has not been implemented.');
}