EventNavigation class

Helper class that that can fire events into a BlocEventChannel

If you are provided with a BuildContext you can use one of the extension functions instead. All functions here have an equivalent in a BuildContext extension.

Constructors

EventNavigation()

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

appendDeepNavigation(BlocEventChannel channel, String addedDeepNavigationString) → void
changeMainNavigation<T>(BlocEventChannel channel, T newMainNavigation) → void
deepNavigate(BlocEventChannel channel, String deepNavigationString) → void
popDeepNavigation(BlocEventChannel channel) → void
pushDeepNavigation<T>(BlocEventChannel channel, T addedDeepNavigation) → void
undoNavigation(BlocEventChannel channel) → void