listCurrentUserFollowing method

Stream<User> listCurrentUserFollowing()

Implementation

Stream<User> listCurrentUserFollowing() => PaginationHelper(github)
    .objects('GET', '/user/following', User.fromJson, statusCode: 200);