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