keepAppRunningAfterTests property

bool keepAppRunningAfterTests
getter/setter pair

Will keep the Flutter application running when done testing Defaults to false

Implementation

bool keepAppRunningAfterTests = false;