An abstract class that contains all the events that could be fired on
Web Bluetooth EventTarget
s
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
advertisementReceivedEvent
→ const EventStreamProvider<
BluetoothAdvertisementReceivedEvent> - An event fired when an advertisement packet is received.
-
availabilityChanged
→ const EventStreamProvider<
WebBluetoothValueEvent< JSBoolean> > - An event fired when the bluetooth adapter becomes available or unavailable.
-
characteristicValueChangedEvent
→ const EventStreamProvider<
Event> - An event fired on an characteristic when the characteristic value has changed.
-
gattServerDisconnectedEvent
→ const EventStreamProvider<
Event> - An event fired when the gatt server disconnects. Either the NativeBluetoothRemoteGATTServer.disconnect method was called. Or the device is out of range/ turned off.
-
serviceAddedEvent
→ const EventStreamProvider<
Event> - An event fired on a device when a service has been added.
-
serviceChangedEvent
→ const EventStreamProvider<
Event> - An event fired on a device when a service has changed.
-
serviceRemovedEvent
→ const EventStreamProvider<
Event> - An event fired on a device when a service has been removed.