DelayedMixin extension

An extension for DelayedUtils

on

Static Methods

delayMill(int milliseconds, VoidCallback callback) Future<void>

Available on DelayedUtils, provided by the DelayedMixin extension

delay callback for milliseconds
delaySeconds(int seconds, VoidCallback callback) Future<void>

Available on DelayedUtils, provided by the DelayedMixin extension

delay callback for seconds
replayDelayDo(VoidCallback callback, {Duration? initialDelay, int replay = 3, int intervalDelay = 100}) Future<void>

Available on DelayedUtils, provided by the DelayedMixin extension

replay callback