getAndroidDocumentPaths static method

Future<List<String>> getAndroidDocumentPaths()

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

Implementation

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