createEntityType_Pre method

Future<EntityType> createEntityType_Pre(
  1. ServiceCall call,
  2. Future<CreateEntityTypeRequest> request
)

Implementation

$async.Future<$7.EntityType> createEntityType_Pre($grpc.ServiceCall call,
    $async.Future<$7.CreateEntityTypeRequest> request) async {
  return createEntityType(call, await request);
}