BuzzBase class
- Inheritance
-
- Object
- EventBus
- BuzzBase
Constructors
- BuzzBase()
Properties
- feedbacksExecutor ↔ FeedbacksExecutor?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- initDone ↔ bool
-
getter/setter pair
-
getter/setter pair
-
registries
↔ List<
BuzzRegistry> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamController → StreamController
-
Controller for the event bus stream.
no setterinherited
Methods
-
destroy(
) → void -
Destroy this
EventBus
. This is generally only in a testing context.inherited -
fire(
dynamic event) → void -
Fires a new event on the event bus with the specified
event
.inherited -
init(
{FeedbacksExecutor? feedbacksExecutor, bool withDebugDashboard = false, String? rootAppRoute, List< BuzzRegistry> initialRegistries = const []}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on<
T> () → Stream< T> -
Listens for events of Type
T
and its subtypes.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited