void updateConfig(Map<String, dynamic> newData) { emit({ ...state, "config": {...state["config"], ...newData}, "rerender": false }); }