evaluate abstract method

FutureOr<Evaluation> evaluate(
  1. WidgetTester tester
)

Evaluate whether the current state of the tester conforms to the rule.

Implementation

FutureOr<Evaluation> evaluate(WidgetTester tester);