registerFixForRule abstract method
void
registerFixForRule(
- DiagnosticCode code,
- ProducerGenerator generator
Registers this fix generator for the given lint code with the
analyzer's rule registry.
Implementation
void registerFixForRule(DiagnosticCode code, ProducerGenerator generator);