*[<Null safety>](https://dart.dev/null-safety)*
PseudoDir diagnosticsDir ()
return diagnostics directory which can be used to publish debug info to /hub
Implementation
vfs.PseudoDir diagnosticsDir() {
_ensureNotClosed();
return _diagnostics;
}