menu
api_request_builder package
documentation
api_request_cache_manager.dart
ApiRequestCacheManager
isFetching static method
isFetching static method
dark_mode
light_mode
isFetching
static method
bool
isFetching
(
String
key
)
Implementation
static bool isFetching(String key) { return _cache[key]?.isFetching ?? false; }
api_request_builder package
documentation
api_request_cache_manager
ApiRequestCacheManager
isFetching static method
ApiRequestCacheManager class