EventNotifier class

Implemented types

Constructors

EventNotifier({required DbName dbName, EventEmitter? eventEmitter})

Properties

attachedDbIndex AttachedDbIndex
latefinaloverride-getter
dbName DbName
final
events EventEmitter
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

actuallyChanged(DbName dbName, List<Change> changes, ChangeOrigin origin) → void
override
alias(ChangeNotification notification) List<QualifiedTablename>
override
attach(DbName dbName, String dbAlias) → void
override
authStateChanged(AuthState authState) → void
override
connectivityStateChanged(String dbName, ConnectivityState status) → void
override
detach(String dbAlias) → void
override
emit(String eventName, Notification notification) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
potentiallyChanged() → void
override
subscribeToAuthStateChanges(AuthStateCallback callback) → UnsubscribeFunction
override
subscribeToConnectivityStateChanges(ConnectivityStateChangeCallback callback) → UnsubscribeFunction
override
subscribeToDataChanges(ChangeCallback callback) → UnsubscribeFunction
override
subscribeToPotentialDataChanges(PotentialChangeCallback callback) → UnsubscribeFunction
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited