合并两个字节
ByteArray.combineArrays(Uint8List array1, Uint8List array2) { _bytes = ByteUtils.combine(arrayFirst: array1, arraySecond: array2); }