BmBluetoothDevice constructor

BmBluetoothDevice({
  1. required DeviceIdentifier remoteId,
  2. required String? platformName,
})

Implementation

BmBluetoothDevice({
  required this.remoteId,
  required this.platformName,
});