status method

Implementation

AmityUserFollowingsQueryBuilder status(AmityFollowStatusFilter status) {
  _status = status;
  return this;
}