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

static Stream<Event> get onServiceAdded => _nativeBluetooth.onServiceAdded;