Future<Uint8List> pullXXfromCache(String cid, int xx) async { /*if (cid.isEmpty) { return Uint8List(0); }*/ if (homeSite == null) return Uint8List(0); return homeSite!.xxC.pullXX(xx, '', ''); }