BluetoothDevice constructor

BluetoothDevice({
  1. required DeviceIdentifier remoteId,
})

Implementation

BluetoothDevice({
  required this.remoteId,
});