encodeBigInt method

Uint8List encodeBigInt(
  1. BigInt value
)

Implementation

Uint8List encodeBigInt(BigInt value) => encodeFromBigInt(value);