BluetoothDeviceWindows constructor

BluetoothDeviceWindows({
  1. required String platformName,
  2. required DeviceIdentifier remoteId,
  3. int? rssi,
})

Implementation

BluetoothDeviceWindows({
  required this.platformName,
  required super.remoteId,
  this.rssi,
});