tickInterval method

void tickInterval(
  1. String key
)

Implementation

void tickInterval(String key) {
  _timers?[key]?.tick();
}