encode abstract method

String encode(
  1. Uint8List data
)

Encodes binary data to a string representation.

data is the raw binary data to encode.

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

Implementation

String encode(Uint8List data);