static Map<String, dynamic> getJson(String key) { final str = _prefs?.getString(key) ?? '{}'; return jsonDecode(str); }