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