CoreEventNotifier<T> class

Core of events data. It's can used as a single part from NavigationControllerEvents, but for convenience it was included in the NavigationControllerEvents.

Implemented types

Constructors

CoreEventNotifier(BehaviorSubject<T> _controllerEventsData)

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

getStreamEvents() Stream<T>
Get stream of events data
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sink(T eventData) → void
Add new event data
override
toString() String
A string representation of this object.
inherited

Operators

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