characteristicValueChangedEvent constant

EventStreamProvider<Event> const characteristicValueChangedEvent

An event fired on an characteristic when the characteristic value has changed.

This event is fired after calling WebBluetoothRemoteGATTCharacteristic.readValue or WebBluetoothRemoteGATTCharacteristic.startNotifications is used to start receiving these events.

This event will bubble through the WebBluetoothRemoteGATTCharacteristic, then WebBluetoothRemoteGATTService, then the WebBluetoothDevice, and finally the root Bluetooth instance.

Implementation

static const EventStreamProvider<Event> characteristicValueChangedEvent =
    EventStreamProvider<Event>("characteristicvaluechanged");