EventBus class
Used to make sure that events that are fired will be sent in chronological order.
Constructors
- EventBus()
-
factory
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
-
dispose(
) → Future< void> - Used ot dispose all event streams.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
tryAddAnalytic(
Future< void> ? analytic) → void - Adds an analytic report to the event stream.
-
tryAddCrashReport(
Future< void> ? crashReport) → void - Adds a crash report to the event stream.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited