base64DecodeText static method

String base64DecodeText(
  1. String value
)

Implementation

static String base64DecodeText(String value) => utf8.decode(base64.decode(value));