Future<File> preparePkpass(String id) async { final file = File('${directory!.parent.path}/$id.pkpass'); return file; }