Published
- 1 min read
dart wait 5 seconds
The solution for this is noted below
dart wait 5 seconds
Solution
await Future.delayed(Duration(seconds: 1));
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
await Future.delayed(Duration(seconds: 1));
Try other methods by searching on the site. That is if this doesn’t work