FlutterWebBluetoothCharacteristic constructor
FlutterWebBluetoothCharacteristic({})
Implementation
FlutterWebBluetoothCharacteristic({
required BluetoothDevice device,
required String serviceId,
required String characteristicId,
}) : _device = device,
_serviceId = serviceId,
_characteristicId = characteristicId;