listEvents_Pre method

Future<ListEventsResponse> listEvents_Pre(
  1. ServiceCall call,
  2. Future<ListEventsRequest> request
)

Implementation

$async.Future<$1.ListEventsResponse> listEvents_Pre($grpc.ServiceCall call, $async.Future<$1.ListEventsRequest> request) async {
  return listEvents(call, await request);
}