findAllComments abstract method

Future<FindCommentsResponse> findAllComments()

Returns a FindCommentsResponse with all the comments

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

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

Implementation

Future<FindCommentsResponse> findAllComments();