deleteContact abstract method

Future<void> deleteContact(
  1. ChatContactId id
)

Deletes the specified ChatContact from the authenticated MyUser's address book.

No-op if the specified ChatContact doesn't exist.

Implementation

Future<void> deleteContact(ChatContactId id);