BluetoothPermissionStorage constructor

BluetoothPermissionStorage({
  1. required Iterable<AllowedBluetoothDevice> allowedDevices,
})

Implementation

external factory BluetoothPermissionStorage(
    {required Iterable<AllowedBluetoothDevice> allowedDevices});