broadcastRemoveFollowedEvent method
broadcast removal of followed event
Implementation
Future<ContactList?> broadcastRemoveFollowedEvent(
String toRemove, {
Iterable<String>? customRelays,
}) async {
return _broadcastRemoveContactInCollection(
toRemove, customRelays, (list) => list.followedEvents);
}