base85ZEncode function

String base85ZEncode(
  1. Uint8List input
)

Implementation

String base85ZEncode(Uint8List input) => base85Z.encode(input);