static Future<String> getString(String key, String value) async { await prepareSp(); return prefs!.getString(key) ?? value; }