void emitConfig(Map<String, dynamic> config) { emit(ProgramInitial()); emit(ConfigEmitted(config)); }