Future<bool> requestStoragePermission() async { final status = await Permission.storage.request(); return status.isGranted; }