schedulePeriodic abstract method

Disposable schedulePeriodic(
  1. Duration duration,
  2. Callback1<Disposable> callback
)

Schedules a callback to be executed periodically every duration.

Implementation

Disposable schedulePeriodic(
    Duration duration, Callback1<Disposable> callback);