clearCache method

void clearCache()

Clears the response cache.

Implementation

void clearCache() => _cache?.clear();