encode abstract method

String encode(
  1. Uint8List data
)

Encodes binary data to a string representation.

data: The raw binary data to encode (Uint8List)

Returns: Encoded string in the specific format (Hex/Base58/Base64 etc.)

Implementation

String encode(Uint8List data);