stopBackgroundCleanup static method

void stopBackgroundCleanup()

Stops the background cleanup process.

Implementation

static void stopBackgroundCleanup() {
  _cleanupTimer?.cancel();
  _cleanupTimer = null;
}