getMyFollowings method

AmityMyFollowingsQueryBuilder getMyFollowings()

Get the following user list for the user

Implementation

AmityMyFollowingsQueryBuilder getMyFollowings() {
  return AmityMyFollowingsQueryBuilder(useCase: serviceLocator());
}