submitReport method

Future<bool> submitReport(
  1. TestReport report
)

Submits the test report through the TestReporter.

Implementation

Future<bool> submitReport(TestReport report) => _testReporter(report);