menu
flutter_meteor package
documentation
cache/shared_memory_cache.dart
SharedMemoryCache
getDouble static method
getDouble static method
dark_mode
light_mode
getDouble
static method
Future
<
double
?
>
getDouble
(
String
key
)
Implementation
static Future<double?> getDouble(String key) async { return await _cacheApi.getDouble(key); }
flutter_meteor package
documentation
cache/shared_memory_cache
SharedMemoryCache
getDouble static method
SharedMemoryCache class