TestCleanupRegistrar typedef

TestCleanupRegistrar = void Function(Future<void> cleanup())

Registers an asynchronous cleanup callback with the surrounding test runner.

Implementation

typedef TestCleanupRegistrar = void Function(Future<void> Function() cleanup);