menu
packagist_network package
documentation
status/http_status_codes.dart
needRetry function
needRetry function
dark_mode
light_mode
needRetry
function
bool
needRetry
(
int
statusCode
)
Implementation
bool needRetry(int statusCode) => retryStatuses.contains(statusCode);
packagist_network package
documentation
status/http_status_codes
needRetry function
http_status_codes library