bytesToHex function

String bytesToHex(
  1. Uint8List bytes
)

Implementation

String bytesToHex(Uint8List bytes) => HEX.encode(bytes);