externalStoragePath property

Future<String?> get externalStoragePath

Returns the absolute path string of external storage, or null if not available.

Implementation

static Future<String?> get externalStoragePath async =>
    (await pp.getExternalStorageDirectory())?.path;