menu
smartpub package
documentation
categorization/services/cache_service.dart
CacheService
get method
get method
dark_mode
light_mode
get
method
PackageCategory
?
get
(
String
packageName
)
Get package from cache
Implementation
PackageCategory? get(String packageName) => _cache?[packageName];
smartpub package
documentation
categorization/services/cache_service
CacheService
get method
CacheService class