unfavoriteChatContact abstract method
Removes the specified ChatContact from the favorites list of the authenticated MyUser.
Implementation
Future<void> unfavoriteChatContact(ChatContactId id);
Removes the specified ChatContact from the favorites list of the authenticated MyUser.
Future<void> unfavoriteChatContact(ChatContactId id);