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