static Future<bool?> setDouble(String key, double value) async => await _prefs?.setDouble(key, value);