expectMatch method

Future<void> expectMatch(
  1. dynamic matcher, {
  2. String? reason,
})

Implementation

Future<void> expectMatch(dynamic matcher, {String? reason}) =>
    thenChain((o) => _expect(o, matcher, reason: reason));