schedulePeriodic abstract method
Schedules a callback
to be executed periodically every duration
.
Implementation
Disposable schedulePeriodic(
Duration duration,
Callback1<Disposable> callback,
);
Schedules a callback
to be executed periodically every duration
.
Disposable schedulePeriodic(
Duration duration,
Callback1<Disposable> callback,
);