setUp method

Future<void> setUp()

This function is run before each test and allows to setup the test environment

Implementation

Future<void> setUp() async {}