unfollow abstract method

Future<UnfollowResponse> unfollow(
  1. {required String targetUserId}
)

Implementation

Future<UnfollowResponse> unfollow({
  required String targetUserId,
});