DelayedCall<T> extension
- on
-
- T Function()
Methods
-
delayedCall(
Duration duration) → Future< T> -
Available on T Function(), provided by the DelayedCall extension
Calls the function after a specifieddurationand returns a Future that completes with the function's return value.