StackedService class

This service exposes properties that is required to be set before any of the services can be used

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 Properties

Returns the Get.key value to be set in the applications navigation
no setter
routeObserver NavigatorObserver
Returns the GetObserver to be passed through navigatorObservers in MaterialApp to use all the functionalities
no setter

Static Methods

nestedNavigationKey(int index) GlobalKey<NavigatorState>?
Creates and/or returns a new navigator key based on the index passed in