unfavoriteChatContact abstract method

Future<void> unfavoriteChatContact(
  1. ChatContactId id
)

Removes the specified ChatContact from the favorites list of the authenticated MyUser.

Implementation

Future<void> unfavoriteChatContact(ChatContactId id);