Created
October 21, 2020 19:15
-
-
Save rapPayne/3ab8e251215b79771c601e8191d8e937 to your computer and use it in GitHub Desktop.
_doRegister before saving
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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