获取临时目录 使用示例 void example() { PPath.appTempDir(); }
static Future<Directory> appTempDir() async { return await getTemporaryDirectory(); }