nyTearDownAll function

void nyTearDownAll(
  1. void callback()
)

Execute a callback once after all tests in the current group.

Implementation

void nyTearDownAll(void Function() callback) {
  tearDownAll(callback);
}