broadcastAddContact method
broadcast adding of contact
Implementation
Future<ContactList> broadcastAddContact(
String add, {
Iterable<String>? customRelays,
}) async {
return _broadcastAddContactInCollection(
add, customRelays, (list) => list.contacts);
}