Skip to content

Instantly share code, notes, and snippets.

@salihgueler
Created August 26, 2022 14:59
Show Gist options
  • Save salihgueler/19fe9e3281e2b802891dc483e86dc7d2 to your computer and use it in GitHub Desktop.
Save salihgueler/19fe9e3281e2b802891dc483e86dc7d2 to your computer and use it in GitHub Desktop.
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