79770278

Date: 2025-09-20 12:06:57
Score: 1.5
Natty:
Report link

As mmcdon20 commented, you should use await Future.delayed(Duration(seconds: 1));.

Here, delayed() is a static method, so it more or less fits the procedural paradigm.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mint_tube