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