serviceChangedEvent constant

EventStreamProvider<Event> const serviceChangedEvent

An event fired on a device when a service has changed.

This event will bubble through the WebBluetoothRemoteGATTService to the WebBluetoothDevice and finally root Bluetooth instance.

Implementation

static const EventStreamProvider<Event> serviceChangedEvent =
    EventStreamProvider<Event>("servicechanged");