Future<void> loadPrompts(String msgId, String userId) async { prompts.value = await getPrompts(msgId, userId); }