onTestRunStarted method

  1. @override
Future<void> onTestRunStarted()
override

Implementation

@override
Future<void> onTestRunStarted() async {
  _timer.start();
}