Open
Description
It would be nice if this interface:
test/pkgs/matcher/lib/src/expect/async_matcher.dart
Lines 16 to 22 in 32bf9b7
... was either directly exposed in the package's public API or exposed via a new AsyncCustomMatcher
whose use would closely follow https://pub.dev/documentation/matcher/latest/matcher/CustomMatcher-class.html.
For reference, there are cases in Flutter where the current, non-exported AsyncMatcher
is used: https://github.com/search?q=repo%3Aflutter%2Fflutter+%22package%3Amatcher%2Fsrc%2Fexpect%2Fasync_matcher.dart%22&type=code