updateEntityType_Pre method

Future<EntityType> updateEntityType_Pre(
  1. ServiceCall call,
  2. Future<UpdateEntityTypeRequest> request
)

Implementation

$async.Future<$7.EntityType> updateEntityType_Pre($grpc.ServiceCall call,
    $async.Future<$7.UpdateEntityTypeRequest> request) async {
  return updateEntityType(call, await request);
}