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