0

there createState mehod is not working..

[class MysignupPage extends StatefulWidget {
  const MysignupPage({ Key key }) : super(key: key);
  @override
  _MysignupPageState createState() => _MysignupPageState();
}
class _MysignupPageState extends StatelessWidget {
  final _auth = FirebaseAuth.instance;][1]

this error is shown [1]: https://i.stack.imgur.com/An0iV.png

Abra
  • 19,142
  • 7
  • 29
  • 41
  • 1
    Try to post the error details as text and not as an image. You can [edit] your question. – Abra Sep 12 '20 at 06:01
  • Also, have you read the first line on the error trace? your method return type doesn't match with whatever actually you return. – Giorgi Tsiklauri Sep 13 '20 at 12:14

0 Answers0