computeFixesForError abstract method

Future<void> computeFixesForError(
  1. AnalysisError error
)

Compute the fixes that are appropriate for the given error and add them to the fix collector.

Implementation

Future<void> computeFixesForError(AnalysisError error);