batchCreateMessages method
ResponseFuture<BatchCreateMessagesResponse>
batchCreateMessages(
- BatchCreateMessagesRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$12.BatchCreateMessagesResponse> batchCreateMessages(
$12.BatchCreateMessagesRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$batchCreateMessages, request, options: options);
}