FirebaseEMailAuthController constructor

FirebaseEMailAuthController({
  1. required String firebaseApiKey,
  2. String rePw = "",
})

Implementation

FirebaseEMailAuthController({
  required this.firebaseApiKey,
  this.rePw = "",
});