SignUpScreenViewModel
class SignUpScreenViewModel(signUpUser: SignUpUser, validateUserName: ValidateUserName, validateUserEmail: ValidateUserEmail, validateUserPassword: ValidateUserPassword, router: Router) : ViewModel
View Model of the sign up screen
Constructors
Link copied to clipboard
constructor(signUpUser: SignUpUser, validateUserName: ValidateUserName, 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 name, email and password provided with setName, setEmail and setPassword.