TestExceptionReporter typedef

TestExceptionReporter = void Function(FlutterErrorDetails details, String testDescription)

Signature for the reportTestException callback.

Implementation

typedef TestExceptionReporter = void Function(FlutterErrorDetails details, String testDescription);