saveShaderComment abstract method

Future<SaveShaderCommentResponse> saveShaderComment(
  1. Comment comment
)

Saves a shader comment

On success the comment was saved

In case of error a ResponseError is set on SaveShaderCommentResponse

Implementation

Future<SaveShaderCommentResponse> saveShaderComment(Comment comment);