validateLegacy method
- @Deprecated('Use validate(PluginContext) instead')
- GeneratorConfig config
inherited
Legacy validation method.
Implementation
@Deprecated('Use validate(PluginContext) instead')
Future<ValidationResult> validateLegacy(GeneratorConfig config) async {
return ValidationResult.success();
}