serviceRemovedEvent constant

EventStreamProvider<Event> const serviceRemovedEvent

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

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

Implementation

static const EventStreamProvider<Event> serviceRemovedEvent =
    EventStreamProvider<Event>("serviceremoved");