nyTearDownAll function
void
nyTearDownAll(
- void callback()
Execute a callback once after all tests in the current group.
Implementation
void nyTearDownAll(void Function() callback) {
tearDownAll(callback);
}