AccountSettingsScreenSPI class

Inheritance
Annotations

Constructors

AccountSettingsScreenSPI.new(AFBuildContext<AFSIDefaultStateView, AccountSettingsScreenRouteParam> context, AFStandardSPIData standard)
AccountSettingsScreenSPI.create(AFBuildContext<AFSIDefaultStateView, AccountSettingsScreenRouteParam> context, AFStandardSPIData standard)
factory

Properties

changeEmailStatus AFSISigninStatus
no setter
changeEmailStatusMessage String
no setter
changePasswordStatus AFSISigninStatus
no setter
changePasswordStatusMessage String
no setter
context → AFBuildContext<AFSIDefaultStateView, AccountSettingsScreenRouteParam>
finalinherited
currentPasswordForEmail String
no setter
currentPasswordForPassword String
no setter
debugOnlyAppState → AFComponentStateUnused?
no setterinherited
debugOnlyPublicState → AFPublicState?
no setterinherited
flutterContext BuildContext?
no setterinherited
hasFlutterContext bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
log → Logger?
no setterinherited
newEmail String
no setter
newPassword String
no setter
newPasswordConfirm String
no setter
routeLocation → AFRouteLocation
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenId → AFScreenID
no setterinherited
standard → AFStandardSPIData
finalinherited
t AFSIDefaultTheme
no setterinherited
theme AFSIDefaultTheme
no setterinherited
wid → AFWidgetID
no setterinherited

Methods

accessOnEventContext() → AFOnEventContext
Provided for consistency with AFBuildContext.accessOnEventContext, so that you can pass an AFOnEventContext to any shared function that requires one.
inherited
childrenOfType<TChildRouteParam extends AFRouteParam>() Iterable<TChildRouteParam>
inherited
findChild<TChildRouteParam extends AFRouteParam>(AFWidgetID wid) → TChildRouteParam?
inherited
launchParamForParentScreen() → AFRouteParamRef
inherited
launchParamForWidget(AFWidgetID wid) → AFRouteParamRef
inherited
launchParamUnused() → AFRouteParamRef
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChangedCurrentPasswordForEmail(String value) → void
onChangedCurrentPasswordForPassword(String value) → void
onChangedNewEmail(String value) → void
onChangedNewPassword(String value) → void
onChangedNewPasswordConfirm(String value) → void
onPressedChangeEmail() → void
onPressedChangePassword() → void
onPressedStandardBackButton({bool worksInSingleScreenTest = true}) → void
inherited
onPressedStartDeleteAccount() → void
toString() String
A string representation of this object.
inherited

Operators

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