onServiceChanged property

Stream<Event> get onServiceChanged

An event fired on a device when a service has changed.

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

Implementation

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