You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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).
<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).