getEvents_Pre method
Implementation
$async.Future<$23.GetEventsResponse> getEvents_Pre($grpc.ServiceCall call, $async.Future<$23.GetEventsRequest> request) async {
return getEvents(call, await request);
}
$async.Future<$23.GetEventsResponse> getEvents_Pre($grpc.ServiceCall call, $async.Future<$23.GetEventsRequest> request) async {
return getEvents(call, await request);
}