getEntityType_Pre method

Future<EntityType> getEntityType_Pre(
  1. ServiceCall call,
  2. Future<GetEntityTypeRequest> request
)

Implementation

$async.Future<$6.EntityType> getEntityType_Pre($grpc.ServiceCall call,
    $async.Future<$6.GetEntityTypeRequest> request) async {
  return getEntityType(call, await request);
}