onAnalysisErrors method

void onAnalysisErrors(
  1. AnalysisErrorsParams params
)

Reports the errors associated with a given file. The set of errors included in the notification is always a complete list that supersedes any previously reported errors.

Implementation

void onAnalysisErrors(AnalysisErrorsParams params) {}