Skip to content

Instantly share code, notes, and snippets.

@rapPayne
Created October 21, 2020 19:15
Show Gist options
  • Select an option

  • Save rapPayne/3ab8e251215b79771c601e8191d8e937 to your computer and use it in GitHub Desktop.

Select an option

Save rapPayne/3ab8e251215b79771c601e8191d8e937 to your computer and use it in GitHub Desktop.
_doRegister before saving
void _doRegister() {
// TODO 3: Add validation and saving here
print("""
The user has registered with an email address of '${_loginObject['email']}'
and a password of '${_loginObject['password']}'
""");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment