stopBackgroundRefresh method

void stopBackgroundRefresh()

Stops the background refresh timer.

Implementation

void stopBackgroundRefresh() {
  _refreshTimer?.cancel();
}