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