intToBytes function

Uint8List intToBytes(
  1. BigInt number
)

Legacy intToBytes compatibility

Implementation

Uint8List intToBytes(BigInt number) => BytesUtils.bigIntToBytes(number);