stopAutoRefresh method

void stopAutoRefresh()

Implementation

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