BluetoothDiscoveryResult constructor

BluetoothDiscoveryResult({
  1. required BluetoothDevice device,
  2. int rssi = 0,
})

Implementation

BluetoothDiscoveryResult({
  required this.device,
  this.rssi = 0,
});