Returns the absolute path string of the temporary directory.
static Future<String> get tempPath async => (await pp.getTemporaryDirectory()).path;