matchWithAngelUnary function
Calls matchWithAngel without the initial two parameters.
Implementation
AngelMatcher matchWithAngelUnary(
FutureOr<Matcher> Function(Angel) f, [
String description = 'satisfies asynchronously created matcher',
]) => matchWithAngelBinary((_, app) => f(app));