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