menu
library_helper package
documentation
storage/shared_prefs.dart
SharedPrefs
setDouble static method
setDouble static method
dark_mode
light_mode
setDouble
static method
Future
<
bool
>
setDouble
(
String
key
,
double
value
)
Implementation
static Future<bool> setDouble(String key, double value) => _prefs.setDouble(key, value);
library_helper package
documentation
storage/shared_prefs
SharedPrefs
setDouble static method
SharedPrefs class