menu
utilities_framework_flutter package
documentation
utilities.dart
CacheInfoRepository
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
CacheObject
?
>
get
(
String
key
)
Gets a
CacheObject
by
key
Implementation
Future<CacheObject?> get(String key);
utilities_framework_flutter package
documentation
utilities
CacheInfoRepository
get abstract method
CacheInfoRepository class