currentToolOriginLine function
toolOriginLine for the process running now.
Implementation
String currentToolOriginLine() => toolOriginLine(
resolvedExecutable: Platform.resolvedExecutable,
script: Platform.script,
);
toolOriginLine for the process running now.
String currentToolOriginLine() => toolOriginLine(
resolvedExecutable: Platform.resolvedExecutable,
script: Platform.script,
);