onTearDown method

Future onTearDown()

Override this method to register a tearDown closure.

This method will be called after each test case when this harness is installed. You must invoke install for this method to be called.

By default, does nothing

Implementation

Future onTearDown() async {}