scanDevices method
Stream<BluetoothDevice>
scanDevices(
- String? name,
- List<
String> withServices, - ManufacturerSpecificData? manufacturerSpecificData
Implementation
Stream<BluetoothDevice> scanDevices(String? name, List<String> withServices,
ManufacturerSpecificData? manufacturerSpecificData) async* {
throw UnimplementedError('scanDevices() has not been implemented.');
}