batchCreateEntities_Pre method

Future<Operation> batchCreateEntities_Pre(
  1. ServiceCall call,
  2. Future<BatchCreateEntitiesRequest> request
)

Implementation

$async.Future<$1.Operation> batchCreateEntities_Pre($grpc.ServiceCall call,
    $async.Future<$7.BatchCreateEntitiesRequest> request) async {
  return batchCreateEntities(call, await request);
}