获取应用支持目录 使用示例 void example() { PPath.appSupportDir(); }
static Future<Directory> appSupportDir() async { return await getApplicationSupportDirectory(); }