Skip to content

Instantly share code, notes, and snippets.

@vijayinyoutube
Created December 28, 2021 11:53
Show Gist options
  • Save vijayinyoutube/b837b12f77fb6d4eb07b3a65d1603f94 to your computer and use it in GitHub Desktop.
Save vijayinyoutube/b837b12f77fb6d4eb07b3a65d1603f94 to your computer and use it in GitHub Desktop.
Widget buildSubmitBtn(String text) => ElevatedButton(
onPressed: () {
FirebaseAuthentication().authenticateMe(temp, otp.text);
},
child: Text(text),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment