Future<bool> pushXXbytes(int xxInt, Uint8List data, bool ghostMode) async { if (_xxStash[xxInt] != null) return false; _xxStash[xxInt] = data; //_diskMissing.remove(xxInt); return true; }