enableCache method
void
enableCache()
Enables response caching (updates config).
Implementation
void enableCache() {
_config = _config.copyWith(cacheEnabled: true);
}
Enables response caching (updates config).
void enableCache() {
_config = _config.copyWith(cacheEnabled: true);
}