scanDevices method

Stream<List<BluetoothDevice>> scanDevices({
  1. String? serviceUUID,
  2. int timeout = 10000,
})

Implementation

Stream<List<BluetoothDevice>> scanDevices({String? serviceUUID, int timeout = 10000}) {
  throw UnimplementedError('scanDevices() has not been implemented.');
}