findAllCommentIds abstract method

Future<FindCommentIdsResponse> findAllCommentIds()

Returns a FindCommentIdsResponse with all the comment id's

Upon success a list of comment ids is provided and error is set to null

In case of error a ResponseError is set and no comment id list is provided

Implementation

Future<FindCommentIdsResponse> findAllCommentIds();