menu
library_helper package
documentation
storage/shared_prefs.dart
SharedPrefs
getDouble static method
getDouble static method
dark_mode
light_mode
getDouble
static method
double
?
getDouble
(
String
key
)
Implementation
static double? getDouble(String key) => _prefs.getDouble(key);
library_helper package
documentation
storage/shared_prefs
SharedPrefs
getDouble static method
SharedPrefs class