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