dispose method
void
dispose()
Disposes of the timer when the cache is no longer needed.
Implementation
void dispose() {
_timer?.cancel();
}
Disposes of the timer when the cache is no longer needed.
void dispose() {
_timer?.cancel();
}