async/delay library
Functions
-
delay(
Duration duration) → Future< void> -
Wait for the duration specified in
duration
. -
delayMicros(
int micros) → Future< void> -
Wait for the amount of microseconds specified in
micros
. -
delayMillis(
int millis) → Future< void> -
Wait for the amount of milliseconds specified in
millis
.