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