nyTearDown function

void nyTearDown(
  1. void callback()
)

Execute a callback after each test in the current group.

Implementation

void nyTearDown(void Function() callback) {
  tearDown(callback);
}