bytesToBigIntUnsigned function

BigInt bytesToBigIntUnsigned(
  1. Uint8List bytes
)

Implementation

BigInt bytesToBigIntUnsigned(Uint8List bytes) =>
    p_utils.decodeBigIntWithSign(1, bytes);