unfollow method

Future<void> unfollow()

Implementation

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