@override int getRetrySeconds(Exception error) { return min(_maxRetryTime, _baseRetryTime * pow(2.0, _retryCount++)).toInt(); }