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