tickInterval method

void tickInterval(
  1. String key
)
inherited

Implementation

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