Uint8List concatUint8List(Iterable<Uint8List> list) => Uint8List.fromList(list.expand((element) => element).toList());