captureAny top-level property Null safety
An argument matcher that matches any argument passed in "this" position, and
captures the argument for later access with captured
.
Implementation
Null get captureAny =>
_registerMatcher(anything, true, argumentMatcher: 'captureAny');