listEvents_Pre method
Implementation
$async.Future<$1.ListEventsResponse> listEvents_Pre($grpc.ServiceCall call, $async.Future<$1.ListEventsRequest> request) async {
return listEvents(call, await request);
}
$async.Future<$1.ListEventsResponse> listEvents_Pre($grpc.ServiceCall call, $async.Future<$1.ListEventsRequest> request) async {
return listEvents(call, await request);
}