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