TestCallback typedef
TestCallback =
Future<void> Function(Engine engine, TestClient client)
A callback function used by the engineTest helper.
It receives the Engine and TestClient instances for the test.
Implementation
typedef TestCallback = Future<void> Function(Engine engine, TestClient client);