RegistrationFlow class

class that handles multiple tasks of type RegisterApiTask Initialized with a params map that needs to be populated with - email and api host address add method can be used to add tasksRegisterApiTask to the processFlow start needs to be called after all required tasks are added to the processFlow

Constructors

RegistrationFlow(Map<String, String> params, OnboardingUtil registerUtil)

Properties

hashCode int
The hash code for this object.
no setterinherited
params Map<String, String>
getter/setter pair
processFlow List<RegisterApiTask>
getter/setter pair
registerUtil ↔ OnboardingUtil
getter/setter pair
result ↔ RegisterApiResult
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(RegisterApiTask task) RegistrationFlow
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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