createChatContact abstract method

Future<void> createChatContact(
  1. UserName name,
  2. UserId id
)

Creates a new ChatContact with the specified User in the current MyUser's address book.

Implementation

Future<void> createChatContact(UserName name, UserId id);