follow method
Implementation
Future<void> follow() async {
Tuple2 res = await plugin.follow(actor.did);
actor.viewer.following = res.item2["uri"];
add(1);
}
Future<void> follow() async {
Tuple2 res = await plugin.follow(actor.did);
actor.viewer.following = res.item2["uri"];
add(1);
}