createTempDir function
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
// ignore: discarded_futures
String createTempDir() => waitForEx(core.createTempDir());