79115148

Date: 2024-10-22 17:14:16
Score: 1
Natty:
Report link

You can try something like this:

late Future<String> test;
test = Future.delayed(const Duration(seconds: 0), () => "test");
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Will