DelayedActionHandler constructor
DelayedActionHandler(
- Duration delay
Creates a new instance of DelayedActionHandler with the given delay
.
delay
is the duration of the delay before the action is executed.
Implementation
DelayedActionHandler(this.delay);