disableCache method
void
disableCache()
Disables response caching (updates config).
Implementation
void disableCache() {
_config = _config.copyWith(cacheEnabled: false);
}
Disables response caching (updates config).
void disableCache() {
_config = _config.copyWith(cacheEnabled: false);
}