expectMatchLater method

Future expectMatchLater(
  1. dynamic matcher, {
  2. String? reason,
})

Implementation

Future expectMatchLater(dynamic matcher, {String? reason}) =>
    thenChain((o) => pkg_test.expectLater(o, matcher, reason: reason));