listEvents_Pre method

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

Implementation

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