DoUntil constructor
DoUntil(
- Do<
Online> doit, - Check<
Online> check, { - Duration? delay,
- int retry = 0,
- OnlineAction? before,
- OnlineAction? after,
Implementation
DoUntil(this.doit, this.check,
{this.delay, this.retry = 0, this.before, this.after});