Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter wait for specific time

await Future.delayed(const Duration(seconds: 2), (){});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #wait #specific #time
ADD COMMENT
Topic
Name
2+9 =