logCacheMiss static method
Logs a cache miss.
Implementation
static void logCacheMiss(Type widgetType) {
if (!_enabled || !_verbose) return;
debugPrint('[SkeletonCache] Cache miss for $widgetType');
}
Logs a cache miss.
static void logCacheMiss(Type widgetType) {
if (!_enabled || !_verbose) return;
debugPrint('[SkeletonCache] Cache miss for $widgetType');
}