I want to display the Flushbar when wrong credentials are entered but instead the execution stops of the following section

前端 未结 0 860
终归单人心
终归单人心 2021-02-07 04:27
if (_loginFormKey.currentState.validate()) {
   try{
      showAlertDialog(context);
      Navigator.of(context).pop();
      FirebaseAuth.instance.signInWithEmailAndPas         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题