Returns the absolute path string of the downloads directory, or null if not available.
null
static Future<String?> get downloadsPath async => (await pp.getDownloadsDirectory())?.path;