dispose method

void dispose()

停止自动清理

Implementation

void dispose() {
  _cleanupTimer?.cancel();
  _throttleCache.clear();
  _debounceCache.clear();
}