static Future<bool>? setMap(String key, Object value) { return prefs?.setString(key, json.encode(value)); }