leaveConversationList property
The list of UUIDs for the conversations that:
- the user belonged to, but currently is not participating in
- are not removed
- Note that if the method is called not for the current user, the result will be null.
Implementation
final List<String>? leaveConversationList;