clearAll method
void
clearAll()
Implementation
void clearAll() {
for (var i = 0; i < _results.length; i++) {
_results[i] = AnnotationResult.empty();
}
_customErrors.clear();
}
void clearAll() {
for (var i = 0; i < _results.length; i++) {
_results[i] = AnnotationResult.empty();
}
_customErrors.clear();
}