skip to Main Content

Unhandled Exception: NoSuchMethodError: Class 'FirebaseAuthException' has no instance getter '_message'

Help me pls. I have this error. 10Q Unhandled Exception: NoSuchMethodError: Class 'FirebaseAuthException' has no instance getter '_message'. E/flutter ( 5700): Receiver: Instance of 'FirebaseAuthException' E/flutter ( 5700): Tried calling: _message await _auth .signInWithEmailAndPassword( email: _emailTextEditingController.text.trim(), password: _passwordTextEditingController.text.trim(), ) .then((authUser)…

VIEW QUESTION
Back To Top
Search