bigIntToUint8List function

Uint8List bigIntToUint8List(
  1. BigInt bigInt
)

Implementation

Uint8List bigIntToUint8List(BigInt bigInt) => bigIntToByteData(bigInt).buffer.asUint8List();