followButton method

FollowButton followButton(
  1. State<StatefulWidget> state,
  2. ProfileView actor
)

Implementation

FollowButton followButton(State state, ProfileView actor) {
  return buttonManager!.followButton(state, actor) as FollowButton;
}