broadcastAddFollowedEvent method
broadcast adding of followed event
Implementation
Future<ContactList> broadcastAddFollowedEvent(
String toAdd, {
Iterable<String>? customRelays,
}) async {
return _broadcastAddContactInCollection(
toAdd, customRelays, (list) => list.followedEvents);
}