获取外部存储目录(仅支持Android)
static Future<Directory?> extStorageDir() async { return await getExternalStorageDirectory(); }