expectMatch method
Implementation
void expectMatch(
actual,
matcher, {
String? reason,
}) =>
expect(
actual,
matcher,
reason: reason,
);
void expectMatch(
actual,
matcher, {
String? reason,
}) =>
expect(
actual,
matcher,
reason: reason,
);