registerPeriodicFunction method

void registerPeriodicFunction(
  1. String name,
  2. Duration period,
  3. RegisteredCallback callback
)

Implementation

void registerPeriodicFunction(
        String name, Duration period, RegisteredCallback callback) =>
    _scheduler.registerPeriodicFunction(_modId, name, period, callback);