Returns concatenation of x and y.
x
y
Uint8List appendUint8List(Uint8List x, Uint8List y) => Uint8List.fromList(x + y);