sendToStore method

ResponseFuture<IdentifierResponse> sendToStore(
  1. ComponentsServiceSendToStoreRequest request, {
  2. CallOptions? options,
})

Send to Store

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> sendToStore(
  $0.ComponentsServiceSendToStoreRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$sendToStore, request, options: options);
}