getEvent_Pre method

Future<HubEvent> getEvent_Pre(
  1. ServiceCall call,
  2. Future<EventRequest> request
)

Implementation

$async.Future<$2.HubEvent> getEvent_Pre($grpc.ServiceCall call, $async.Future<$1.EventRequest> request) async {
  return getEvent(call, await request);
}