OnRogueRoute typedef

OnRogueRoute = void Function(String filePath, String idealPath)

Type definition for callbacks that report rogue routes.

Implementation

typedef OnRogueRoute = void Function(String filePath, String idealPath);