batchCreateMessages method

ResponseFuture<BatchCreateMessagesResponse> batchCreateMessages(
  1. BatchCreateMessagesRequest request, {
  2. CallOptions? options,
})

Implementation

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