NavigationHubStateActions class

Navigation hub state actions

Inheritance

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
getter/setter pairinherited

Methods

clearBadgeCount({required int tab}) → dynamic
Clear the badge count E.g. MyNavigationHub.clearBadgeCount(tab: 0);
incrementBadgeCount({required int tab}) → dynamic
Increment the badge count E.g. MyNavigationHub.incrementBadgeCount(tab: 0);
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetTabIndex(int tabIndex) → dynamic
Reset the tab
toString() String
A string representation of this object.
inherited
updateBadgeCount({required int tab, required int count}) → dynamic
Update the badge count E.g. MyNavigationHub.updateBadgeCount(tab: 0, count: 2);

Operators

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