void expectAnything()

in lib/src/handler.dart [59:61]


  void expectAnything(Handler handler) {
    _expectations.add(Expectation.anything(handler));
  }