findCommentsByShaderId abstract method

Future<FindCommentsResponse> findCommentsByShaderId(
  1. String shaderId
)

Returns a FindCommentsResponse for a shader with id shaderId

On success comments has the corresponding list of comment and error set to null

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

Implementation

Future<FindCommentsResponse> findCommentsByShaderId(String shaderId);