compareLists method Null safety
Returns a ComparisonResult
to describe the pixel differential of the
test
and master
image bytes provided.
Implementation
static Future<ComparisonResult> compareLists(List<int> test, List<int> master) {
return goldens.compareLists(test, master);
}