clearCache static method

void clearCache()

Clear cache and print confirmation

Implementation

static void clearCache() {
  ResponsiveCache.clear();
  debugPrint('🗑️ ResponsiveMaster cache cleared');
}