listEventTypes_Pre method

Future<ListEventTypesResponse> listEventTypes_Pre(
  1. ServiceCall call,
  2. Future<ListEventTypesRequest> request
)

Implementation

$async.Future<$2.ListEventTypesResponse> listEventTypes_Pre(
    $grpc.ServiceCall call,
    $async.Future<$2.ListEventTypesRequest> request) async {
  return listEventTypes(call, await request);
}