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