onAnalysisFlushResults method

void onAnalysisFlushResults(
  1. AnalysisFlushResultsParams params
)

Reports that any analysis results that were previously associated with the given files should be considered to be invalid because those files are no longer being analyzed, either because the analysis root that contained it is no longer being analyzed or because the file no longer exists.

If a file is included in this notification and at some later time a notification with results for the file is received, clients should assume that the file is once again being analyzed and the information should be processed.

It is not possible to subscribe to or unsubscribe from this notification.

Implementation

void onAnalysisFlushResults(AnalysisFlushResultsParams params) {}