获取Android外部存储-文档类型文件的路径
static Future<List<String>> getAndroidDocumentPaths() async => await getAppExternalStoragePaths(type: StorageDirectoryType.documents);