CustomDurationUtils extension
An extension for the Duration
class providing utilities for delaying code execution.
- on
Methods
-
cDelay(
[FutureOr callback()?]) → Future -
Available on Duration, provided by the CustomDurationUtils extension
Delays the execution of a callback or code by the specified duration.