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
Stream<Event> get onServiceRemoved =>
BluetoothEventStreamProviders.serviceRemovedEvent.forTarget(this);