disableCache method

void disableCache()

Disables response caching (updates config).

Implementation

void disableCache() {
  _config = _config.copyWith(cacheEnabled: false);
}