stopBackgroundRefresh method
void
stopBackgroundRefresh()
Stops the background refresh timer.
Implementation
void stopBackgroundRefresh() {
_refreshTimer?.cancel();
}
Stops the background refresh timer.
void stopBackgroundRefresh() {
_refreshTimer?.cancel();
}