BuzzBase class
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({required Navigator navigator, 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