setDouble(String key, double value) async { _pref = _pref ?? await SharedPreferences.getInstance(); _pref.setDouble(key, value); }