CustomDurationUtils extension

An extension for the Duration class providing utilities for delaying code execution.

on

Methods

cDelay([FutureOr callback()?]) Future
Delays the execution of a callback or code by the specified duration.