broadcastRemoveContact method
broadcast removal of contact
Implementation
Future<ContactList?> broadcastRemoveContact(
String toRemove, {
Iterable<String>? customRelays,
}) async {
return _broadcastRemoveContactInCollection(
toRemove, customRelays, (list) => list.contacts);
}