base32DecodeText static method

String base32DecodeText(
  1. String value
)

Implementation

static String base32DecodeText(String value) => utf8.decode(base32Decode(value));