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