resetTime static method
Resets the last timestamp for a specific key.
Implementation
static void resetTime({String? key}) {
_lastPrintTimes.remove(key ?? _defaultKey);
}
Resets the last timestamp for a specific key.
static void resetTime({String? key}) {
_lastPrintTimes.remove(key ?? _defaultKey);
}