deleteShaderComments abstract method

Future<DeleteShaderCommentsResponse> deleteShaderComments(
  1. String shaderId
)

Deletes a list of shaderIds comments

On success the list of comments was deleted

In case of error a ResponseError is set on DeleteShaderCommentsResponse

Implementation

Future<DeleteShaderCommentsResponse> deleteShaderComments(String shaderId);