decode method

Uint8List decode()

Implementation

Uint8List decode() {
  return base64Url.decode(_base64);
}