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