getEvents_Pre method

Future<GetEventsResponse> getEvents_Pre(
  1. ServiceCall call,
  2. Future<GetEventsRequest> request
)

Implementation

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