base45DecodeText static method

String base45DecodeText(
  1. String value
)

Implementation

static String base45DecodeText(String value) => utf8.decode(_base45Decode(value));