StorageEventListener class

Constructors

StorageEventListener({required String pluginId, Function? storageEventHandler})

Properties

events List<EventChange>
final
hashCode int
The hash code for this object.
no setterinherited
pluginId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageEventHandler Function?
getter/setter pair

Methods

getAllStorageEvents() List<EventChange>
gotStorageChange(EventType event, Node? oldNode, Node? newNode) Future<void>
Event listener for all storage node changes.
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