static Future<String?> getDefaultApp() async { final prefs = await SharedPreferences.getInstance(); return prefs.getString(_keyDefaultApp); }