testReporter static method

Future<bool> testReporter(
  1. TestReport report
)

Generic no-op function compatible with the TestReporter definition.

Implementation

static Future<bool> testReporter(TestReport report) async => false;