DynamicRouting class abstract
This class handles dynamic routing in the app.
It allows developers to define workflows based on the user's choices and the app's state.
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
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
-
next(
BuildContext context) → void -
previous(
BuildContext context) → void -
setRoutes(
Map< int, String> routes, List<WorkFlowModel> workflows, dynamic onNext(dynamic)) → void - Sets the routes and workflows for the app.
-
startWorkflow(
BuildContext context, int workFlowId) → void