tearDown method

  1. @mustCallSuper
Future<void> tearDown()
inherited

Implementation

@mustCallSuper
Future<void> tearDown() async {
  await _analysisContextCollection?.dispose();
  _analysisContextCollection = null;
}