dispose method

void dispose()

Cancels any pending flush timer.

Implementation

void dispose() {
  _flushTimer?.cancel();
  _flushTimer = null;
}