follow abstract method

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

Implementation

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