menu
daq package
documentation
utils/daq_cache/daq_cache.dart
DAQCache
getValue<T> method
getValue<T> method
dark_mode
light_mode
getValue<
T
>
method
T?
getValue
<
T
>(
String
key
)
Implementation
T? getValue<T>(String key) { return _cacheStorage.getValue<T>(key); }
daq package
documentation
utils/daq_cache/daq_cache
DAQCache
getValue<T> method
DAQCache class