addBluetoothDevice method

void addBluetoothDevice(
  1. BluetoothDevice device
)

Implementation

void addBluetoothDevice(BluetoothDevice device) =>
    _scanResult[device.bluetoothDeviceId] = device;