TestProgressCallback typedef
TestProgressCallback =
void Function(double percent, TestResult data)
Implementation
typedef TestProgressCallback = void Function(double percent, TestResult data);
typedef TestProgressCallback = void Function(double percent, TestResult data);