static Future<int?> getVersion() async { final SharedPreferences prefs = await SharedPreferences.getInstance(); return prefs.getInt(_versionKey); }