action method

  1. @override
Future<void> action()
override

Implementation

@override
Future<void> action() async {
  isFollowing ? unfollow() : follow();
}