getAndroidPicturePaths static method

Future<List<String>> getAndroidPicturePaths()

获取Android外部存储-图片类型文件的路径

Implementation

static Future<List<String>> getAndroidPicturePaths() async =>
    await getAppExternalStoragePaths(type: StorageDirectoryType.pictures);