iOS Linux macOS Windows
Future<Directory?> getDownloadsDirectory() async => isWeb || isAndroid ? null : await path.getDownloadsDirectory();