Returns the absolute path string of external storage, or null if not available.
null
static Future<String?> get externalStoragePath async => (await pp.getExternalStorageDirectory())?.path;