@override Future<String?> getExternalStorageDirectory() async { // Web doesn't have external storage return null; }