getCurrentDirectory method
Returns the current working directory.
When this override is installed, this function overrides the behavior of
the static getter Directory.current
Implementation
Directory getCurrentDirectory() => _Directory.current;
Returns the current working directory.
When this override is installed, this function overrides the behavior of
the static getter Directory.current
Directory getCurrentDirectory() => _Directory.current;