unfollow method
Implementation
Future<void> unfollow() async {
await plugin.unfollow(following);
actor.viewer.following = "";
add(-1);
}
Future<void> unfollow() async {
await plugin.unfollow(following);
actor.viewer.following = "";
add(-1);
}