Verify typedef

Verify = VerificationResult Function<T>(T matchingInvocations())

Type definition for the object returned when invoking verify.

Implementation

typedef Verify = VerificationResult Function<T>(
  T Function() matchingInvocations,
);