getEvents_Pre method

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

Implementation

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