CacheKeyBuilder typedef
CacheKeyBuilder =
String Function(RequestOptions request)
Key builder to customize your keys.
Implementation
typedef CacheKeyBuilder = String Function(RequestOptions request);
Key builder to customize your keys.
typedef CacheKeyBuilder = String Function(RequestOptions request);