# Follows

high level

# Example

final response = await ndk.follows.getContactList(
    '3bf0c63fcb93463407af97a5e5ee64fa883d107ef9e558472c4eb9aaaefa459d');

// read entity
print("CONTACTS:");
print(response?.contacts.length ?? "no contacts");

# How to use

Gives you the list of contacts for a given pubKey.

Use broadcastSetContactList() to set the list initially (e.g. on signup)
broadcastAddContact() to add a contact to the list
broadcastRemoveContact() to remove a contact from the list