hexEncodeText static method

String hexEncodeText(
  1. String text
)

Implementation

static String hexEncodeText(String text) => _toHex(utf8.encode(text));