GATTCharacteristicNotifiedEventArgs constructor
GATTCharacteristicNotifiedEventArgs(
- Peripheral peripheral,
- GATTCharacteristic characteristic,
- Uint8List value
Constructs a GATTCharacteristicNotifiedEventArgs.
Implementation
GATTCharacteristicNotifiedEventArgs(
this.peripheral,
this.characteristic,
this.value,
);