tearDown method

  1. @override
Future<void> tearDown(
  1. TestScenario<T> value,
  2. covariant Object? memento
)
override

Clears the current scenario after the test case has finished.

Implementation

@override
Future<void> tearDown(
  TestScenario<T> value,
  covariant Object? memento,
) async {
  _current = null;
}