findNewShaderIds abstract method

Future<FindShaderIdsResponse> findNewShaderIds(
  1. Set<String> storeShaderIds
)

Returns a new FindShaderIdsResponse with a list of the new shader ids.

  • storeShaderIds: The list of stored shader ids

Upon success a list of new shader ids is provided

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

Implementation

Future<FindShaderIdsResponse> findNewShaderIds(Set<String> storeShaderIds);