defaultFetchStrategy static method
The FetchStrategy that NetworkImageWithRetry uses by default.
Implementation
static Future<FetchInstructions> defaultFetchStrategy(
Uri uri, FetchFailure? failure) {
return _defaultFetchStrategyFunction(uri, failure);
}