Analyze the given file or files with DDC.
Future analyzeAsync(dynamic files, {bool htmlReport = false}) { return _ddc.runAsync(_args(files, htmlReport: htmlReport)); }