AppShell Overview
LoginTranslations class
Constructors
-
LoginTranslations({String emailEmpty = 'Email is required', String passwordEmpty = 'Password is required', String emailInvalid = 'Enter a valid email address', String loginButton = 'Login', String forgotPasswordButton = 'Forgot password?', String requestForgotPasswordButton = 'Send link', String registrationButton = 'Create Account'})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited