Encodes binary data to a string representation.
data: The raw binary data to encode (Uint8List)
data
Returns: Encoded string in the specific format (Hex/Base58/Base64 etc.)
String encode(Uint8List data);