TestProgressCallback typedef

TestProgressCallback = void Function(double percent, TestResult data)

Implementation

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