EvaluatorFunction typedef
Computes a value.
If computation is asynchronous, the function may return a Future.
See also FlutterDriver.waitFor.
Implementation
typedef EvaluatorFunction = dynamic Function();
Computes a value.
If computation is asynchronous, the function may return a Future.
See also FlutterDriver.waitFor.
typedef EvaluatorFunction = dynamic Function();