listEntityTypes_Pre method

Future<ListEntityTypesResponse> listEntityTypes_Pre(
  1. ServiceCall call,
  2. Future<ListEntityTypesRequest> request
)

Implementation

$async.Future<$7.ListEntityTypesResponse> listEntityTypes_Pre(
    $grpc.ServiceCall call,
    $async.Future<$7.ListEntityTypesRequest> request) async {
  return listEntityTypes(call, await request);
}