fromBase64Url method

String fromBase64Url()

Decodes Base64URL-encoded String.

Base64URLエンコードされたStringをデコードします。

Implementation

String fromBase64Url() => utf8.fuse(base64Url).decode(this);