toHEX function

String toHEX(
  1. Uint8List buffer
)

Implementation

String toHEX(Uint8List buffer) => Hex.encode(buffer);