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