NavigationHubStateActions class
Navigation hub state actions
- Inheritance
-
- Object
- StateActions
- NavigationHubStateActions
Constructors
Properties
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