resetInterval method

void resetInterval(
  1. String key
)

Implementation

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