BaseFlow class

Mixed in types

Constructors

BaseFlow()

Properties

hashCode int
The hash code for this object.
no setterinherited
initialUri Uri
getter/setter pairinherited
redirectUrls Set<String>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearState() → void
inherited
hideLoading() Future<void>
inherited
init({Uri? initialUri, Iterable<String>? redirectUrls, ValueChanged<String>? onSuccessRedirect, ValueChanged? onError, VoidCallback? onCancel}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCancel() → void
inherited
onError(dynamic error) → void
inherited
onNavigateTo(String url) bool
inherited
onSuccess(String responseRedirect) → void
inherited
saveState() → void
inherited
showLoading() → void
inherited
startsWithAnyRedirectUrl(String url) bool
inherited
toString() String
A string representation of this object.
inherited

Operators

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