menu
flutter_meteor package
documentation
shared_state/shared_state_mixin.dart
GlobalSharedStateMixin
getBool method
getBool method
dark_mode
light_mode
getBool
method
Future
<
bool
?
>
getBool
(
String
key
)
Implementation
Future<bool?> getBool(String key) async { return await SharedMemoryCache.getBool(key); }
flutter_meteor package
documentation
shared_state/shared_state_mixin
GlobalSharedStateMixin
getBool method
GlobalSharedStateMixin mixin