Skip to content

LoginScreen view model request (EXAMPLE) #1

@jafrilli

Description

@jafrilli

<This is a description of the screen/widget you're working on. These functions/variables are just dummy text, so change them to what you need>:

Variables

  • model.anArray: String[]
    This variable should have an array of results from an api

Functions

  • model.loginEmailPassword(String email, String password) -> Future<bool>
    This function is supposed to log the person in with a generic email and password. Return whether the process was successful or not (boolean).

  • model.loginGoogleAuth() -> Future<bool>
    This function is supposed to log the person with Google Auth (a popup that makes them sign into their gmail). Return whether the process was successful or not (boolean).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions