clearAllCache static method

Future<bool> clearAllCache()

Implementation

static Future<bool> clearAllCache() {
  return _httpClient.clearAllCache();
}