createTempDir function Null safety
Creates a temporary directory under the system temp folder. The temporary directory name is formed from a uuid. It is your responsiblity to delete the directory once you have finsihed with it.
Implementation
String createTempDir() => waitForEx(core.createTempDir());