serviceAddedEvent constant

EventStreamProvider<Event> const serviceAddedEvent

An event fired on a device when a service has been added.

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

Implementation

static const EventStreamProvider<Event> serviceAddedEvent =
    EventStreamProvider<Event>("serviceadded");