tearDown static method
Implementation
static void tearDown() {
if (!kDebugMode) {
throw UnsupportedError('`TestEnvironment.tearDown` can only be used in debug mode.');
}
_instance = null;
}
static void tearDown() {
if (!kDebugMode) {
throw UnsupportedError('`TestEnvironment.tearDown` can only be used in debug mode.');
}
_instance = null;
}