cleanUpScenarioRun method

  1. @protected
Future<void> cleanUpScenarioRun(
  1. TestDependencies dependencies
)

Implementation

@protected
Future<void> cleanUpScenarioRun(TestDependencies dependencies) async {
  dependencies.attachmentManager.dispose();
  dependencies.world.dispose();
}