QueryEventRegistry class
A registry for query event managers.
Constructors
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
Static Methods
-
publishQueryEvent(
String id, QueryEvent event) → void - Publishes a query event with the given ID.
-
registerForQueryEvents(
String id) → Stream< QueryEvent> - Registers for query events with the given ID.
-
subscribesToQueryEvents(
String id) → bool - Returns true if there are active listeners for the given ID.
-
unregister(
String id) → void - Unregisters the query event manager with the given ID.