deleteContact abstract method
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);
Deletes the specified ChatContact from the authenticated MyUser's address book.
No-op if the specified ChatContact doesn't exist.
Future<void> deleteContact(ChatContactId id);