Encodes binary data to a hexadecimal string.
data is the raw binary data to encode.
data
Returns the hex-encoded string.
static String encode(Uint8List data) { return coder!.encode(data); }