changeContactName abstract method
- ChatContactId id,
- UserName name
Updates name
of the specified ChatContact in the authenticated
MyUser's address book.
Implementation
Future<void> changeContactName(ChatContactId id, UserName name);
Updates name
of the specified ChatContact in the authenticated
MyUser's address book.
Future<void> changeContactName(ChatContactId id, UserName name);