findAllShaderIdsByUserId abstract method

Future<FindShaderIdsResponse> findAllShaderIdsByUserId(
  1. String userId
)

Returns a FindShaderIdsResponse with all the shader id's for the user userId

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

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

Implementation

Future<FindShaderIdsResponse> findAllShaderIdsByUserId(String userId);