ViewModelLogin class

Constructors

ViewModelLogin()

Properties

authParams List<TextEditingController>
final
canLaunchForgotPassword → RxBool
final
hashCode int
The hash code for this object.
no setterinherited
isUserIDInsteadOfUserName → RxBool
final
loginAttempts → RxInt
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendButtonClicked → RxBool
final
servicer → Servicer
final
serviceToken → IServiceToken
final
usecaseAuth → IUseCaseAuth
final
usecasePolledAuth → IUseCasePolledAuth?
final

Methods

addAnotherLoanClicked() → dynamic
applyRules() → dynamic
checkBoxes(bool hasError) → dynamic
createErrorBox({String? message, EdgeInsets? margin}) Widget
createTxtControllers(Servicer servicer) → void
createWarningBox({String? message, String? link, EdgeInsets? margin}) Widget
didPush() → dynamic
mapAuthStepsFields(dynamic callback(MapEntry<int, AuthParams> param)) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAddAnotherLoan(BuildContext context) Function
onAuthSuccessful() → dynamic
onBackPressed(BuildContext context) → dynamic
onContinueAuthSuccess(BuildContext context) Function
onContinueButtonAuthSuccessClicked() → dynamic
requestAuthAddSteps(SecurityStep security, AuthStepParams authStepParams, LoginSecurityDetails loginSecurityDetails) Future
scrollToTop(ScrollController scrollController) → dynamic
sendRequestAuth(String username, String password, String dateOfBirth) Future
setVisibilityError(bool value) → void
setVisibilityWarning(bool value) → void
toString() String
A string representation of this object.
inherited

Operators

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