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