onServiceAdded property

Stream<Event> get onServiceAdded

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

Stream<Event> get onServiceAdded => _nativeBluetoothInstance.onServiceAdded;