menu
flutter_meteor package
documentation
cache/shared_memory_cache.dart
SharedMemoryCache
getValue static method
getValue static method
dark_mode
light_mode
getValue
static method
Future
getValue
(
String
key
)
Implementation
static Future<dynamic> getValue(String key) async { return await _cacheApi.getValue(key); }
flutter_meteor package
documentation
cache/shared_memory_cache
SharedMemoryCache
getValue static method
SharedMemoryCache class