tasks
Retrieves the user's tasks grouped by category.
This property provides access to the user's tasks, organized in a map where each key corresponds to a TaskCategory and the value is the list of Tasks associated with that category.
Each Task includes details such as the title, description, position, and completion status.
Tasks are lazily loaded when the SDK starts. The full data associated with each task (such as contact, room, file descriptors, etc.) is not fully resolved at startup but is only fetched when fetchTasks is called.
Return
A StateFlow containing a Map of TaskCategory to list of Tasks.