stopAutoRefresh method

void stopAutoRefresh()

Stop periodic refresh.

Implementation

void stopAutoRefresh() {
  _refreshTimer?.cancel();
  _refreshTimer = null;
}