static saveDouble(String key, double value) async { SharedPreferences prefs = await SharedPreferences.getInstance(); prefs.setDouble(key, value); }