getCurrentDirectory method
Returns the current working directory.
When this override is installed, this function overrides the behavior of
the static getter Directory.current
Implementation
@override
Directory getCurrentDirectory() {
return MemoryDirectory._(_fs, _fs.basePath);
}