stopBackgroundCleanup static method
void
stopBackgroundCleanup()
Stops the background cleanup process.
Implementation
static void stopBackgroundCleanup() {
_cleanupTimer?.cancel();
_cleanupTimer = null;
}
Stops the background cleanup process.
static void stopBackgroundCleanup() {
_cleanupTimer?.cancel();
_cleanupTimer = null;
}