LoginScreenViewModel
class LoginScreenViewModel(loginUser: LoginUser, validateUserEmail: ValidateUserEmail, validateUserPassword: ValidateUserPassword, router: Router) : ViewModel
Constructors
Link copied to clipboard
constructor(loginUser: LoginUser, validateUserEmail: ValidateUserEmail, validateUserPassword: ValidateUserPassword, router: Router)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Submits the login form using the email and password provided with setEmail and setPassword.