troubleshootingDocumentationLink property
Customized link to documentation on how to troubleshoot leaks.
Used to provide a link to the user in the generated leak report.
If not provided, the Links.gitHubTroubleshooting
is used.
Implementation
static String get troubleshootingDocumentationLink => documentationLinkToUse;
Implementation
static set troubleshootingDocumentationLink(String value) =>
documentationLinkToUse = value;