listCurrentUserFollowers method

Stream<User> listCurrentUserFollowers()

Implementation

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