Created
August 26, 2022 14:59
-
-
Save salihgueler/19fe9e3281e2b802891dc483e86dc7d2 to your computer and use it in GitHub Desktop.
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
| Future<void> _signUpUser() async { | |
| if (_formKey.currentState!.validate()) { | |
| // Sign up code | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment