beforeContextCollectionDispose method

Future<void> beforeContextCollectionDispose({
  1. required AnalysisContextCollection contextCollection,
})

This method is invoked immediately before the current AnalysisContextCollection is disposed.

Implementation

Future<void> beforeContextCollectionDispose({
  required AnalysisContextCollection contextCollection,
}) async {}