menu
assetx package
documentation
core/cache.dart
AssetXMemoryCache
get<T> static method
get<T> static method
dark_mode
light_mode
get<
T
>
static method
T?
get
<
T
>(
String
key
)
Implementation
static T? get<T>(String key) { return _cache[key] as T?; }
assetx package
documentation
core/cache
AssetXMemoryCache
get<T> static method
AssetXMemoryCache class