matchWithAngelNullary function
Calls matchWithAngel without any parameters.
Implementation
AngelMatcher matchWithAngelNullary(FutureOr<Matcher> Function() f,
[String description = 'satisfies asynchronously created matcher']) =>
matchWithAngelUnary((_) => f());