commentReplies method

Stream<Comment> commentReplies()

Returns a Stream<Comment> of all comment replies.

Implementation

Stream<Comment> commentReplies() =>
    ListingGenerator.createBasicGenerator(reddit, apiPath['comment_replies']);