static Future<double?> getDouble(String key) async { final prefs = await _getInstance(); return prefs.getDouble(key); }