listLogs_Pre method
Implementation
$async.Future<$0.ListLogsResponse> listLogs_Pre(
$grpc.ServiceCall call, $async.Future<$0.ListLogsRequest> request) async {
return listLogs(call, await request);
}
$async.Future<$0.ListLogsResponse> listLogs_Pre(
$grpc.ServiceCall call, $async.Future<$0.ListLogsRequest> request) async {
return listLogs(call, await request);
}