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