matchWithAngelNullary function

AngelMatcher matchWithAngelNullary(
  1. FutureOr<Matcher> f(), [
  2. String description = 'satisfies asynchronously created matcher'
])

Calls matchWithAngel without any parameters.

Implementation

AngelMatcher matchWithAngelNullary(FutureOr<Matcher> Function() f,
        [String description = 'satisfies asynchronously created matcher']) =>
    matchWithAngelUnary((_) => f());