base85ZDecode function

Uint8List base85ZDecode(
  1. String input
)

Implementation

Uint8List base85ZDecode(String input) => base85Z.decode(input);