static Future<bool> setDouble(String key, double value) async { final prefs = await _getInstance(); return await prefs.setDouble(key, value); }