useFileUriLinks property
When true, caller links use file:///absolute/path.dart:line:column.
When false, uses the raw URI from the stack frame (package: etc.).
Implementation
static bool useFileUriLinks = true;
When true, caller links use file:///absolute/path.dart:line:column.
When false, uses the raw URI from the stack frame (package: etc.).
static bool useFileUriLinks = true;