IntervalFutureCallScheduling constructor

IntervalFutureCallScheduling({
  1. required Duration interval,
  2. DateTime? start,
})

Implementation

factory IntervalFutureCallScheduling({
  required Duration interval,
  DateTime? start,
}) = _IntervalFutureCallSchedulingImpl;