follow abstract method

Future<FollowResponse> follow(
  1. {required String targetUserId}
)

Implementation

Future<FollowResponse> follow({
  required String targetUserId,
});