Package-level declarations
Types
Link copied to clipboard
The route to the sign up screen
Link copied to clipboard
class SignUpScreenViewModel(signUpUser: SignUpUser, validateUserName: ValidateUserName, validateUserEmail: ValidateUserEmail, validateUserPassword: ValidateUserPassword, router: Router) : ViewModel
View Model of the sign up screen
Link copied to clipboard
Functions
Link copied to clipboard
@TestOnly
Link copied to clipboard
UI of the Sign Up Screen.
Link copied to clipboard
Utility method to provide the route to sign up screen in a NavGraphBuilder