Store a double value
Future<void> setDouble(String key, double value) async { await setString(key, value.toString()); }