DefaultWebGoldenComparator constructor
- @Deprecated('Use a GoldenFileComparator implementation instead. ' 'This feature was deprecated after v3.28.0-0.1.pre.')
- Uri _
This is provided to prevent warnings from the analyzer.
Implementation
@Deprecated(
'Use a GoldenFileComparator implementation instead. '
'This feature was deprecated after v3.28.0-0.1.pre.',
)
DefaultWebGoldenComparator(Uri _) {
throw UnsupportedError('DefaultWebGoldenComparator is only supported on the web.');
}