LinterCallback typedef
LinterCallback =
void Function(LinterIssue issue)
Function signature of a linter callback that is called whenever a linter rule identifies an issue.
Implementation
typedef LinterCallback = void Function(LinterIssue issue);