resetInterval method

void resetInterval(
  1. String key
)
inherited

Implementation

void resetInterval(String key) {
  _timers?.remove(key);
}