Encodes the given data into a String.
data
@override String stringify(Uint8List data) => hex.encode(data);