downloadShaderPicture abstract method

Future<DownloadFileResponse> downloadShaderPicture(
  1. String shaderId
)

Returns a DownloadFileResponse for a shader with id shaderId

On success DownloadFileResponse.bytes has the corresponding byte list and a null error

In case of error the error field has the corresponding ResponseError structure and a null DownloadFileResponse.bytes

Implementation

Future<DownloadFileResponse> downloadShaderPicture(String shaderId);