PsPatternIssueHandler typedef

PsPatternIssueHandler = void Function(String message, int offset)

Receives a recoverable pattern compatibility issue and its absolute byte offset.

Implementation

typedef PsPatternIssueHandler = void Function(String message, int offset);