79282474

Date: 2024-12-15 14:02:53
Score: 1.5
Natty:
Report link

You should call login function inside initState.

@override
void initState() {
    super.initState();
    login();
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Finite FIeld