onComplete property

Future<TestReport> onComplete

Returns the Future that will return when the test report has completed.

Implementation

Future<TestReport> get onComplete => _completeCompleter.future;