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