onServiceRemoved property

Stream<Event> get onServiceRemoved

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 Stream<Event> get onServiceRemoved =>
    _nativeBluetooth.onServiceRemoved;