base64UrlDecodeText static method

String base64UrlDecodeText(
  1. String value
)

Implementation

static String base64UrlDecodeText(String value) => utf8.decode(base64Url.decode(value));