afterStart method

Future afterStart()

Override this method to provide post-startup behavior for the application under test.

This method is invoked after the application has started. Use this method to add database schemas to the test database, add test data, etc.

By default, does nothing.

Implementation

Future afterStart() async {}