AllowedBluetoothDevice constructor
AllowedBluetoothDevice({})
Implementation
external factory AllowedBluetoothDevice(
{required String deviceId,
required bool mayUseGATT,
dynamic allowedServices,
required Iterable<int> allowedManufacturerData});