clearCache static method

Future<void> clearCache()

Clear all cached data

Implementation

static Future<void> clearCache() async {
  // No-op for now
}