GATTCharacteristicNotifiedEventArgs constructor

GATTCharacteristicNotifiedEventArgs(
  1. Peripheral peripheral,
  2. GATTCharacteristic characteristic,
  3. Uint8List value
)

Implementation

GATTCharacteristicNotifiedEventArgs(
  this.peripheral,
  this.characteristic,
  this.value,
);