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