tearDown method

Future<void> tearDown()

This function is run after each test and allows to clean the test environment

Implementation

Future<void> tearDown() async {}