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