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