resetToDefaults static method
void
resetToDefaults()
Restores the default configuration
Implementation
static void resetToDefaults() {
_currentRetryIntervals = List.from(defaultRetryIntervals);
_currentBackgroundInterval = defaultBackgroundProcessingInterval;
}