toBase64UrlByteList method

Uint8List toBase64UrlByteList()

Converts this base64url-encoded string into a list of bytes.

Shorthand for base64UrlDecode.

Implementation

Uint8List toBase64UrlByteList() => base64UrlDecode();