Searched refs:fromBase64String (Results 1 – 3 of 3) sorted by relevance
52 const byteString = ByteString.fromBase64String(HALLO_IN_BASE64);158 () => ByteString.fromBase64String(164 const other = ByteString.fromBase64String(HALLO_IN_BASE64);169 const other = ByteString.fromBase64String(HALLO_IN_BASE64_WITH_SPACES);194 const empty = ByteString.fromBase64String('');252 const other = ByteString.fromBase64String(HALLO_IN_BASE64);267 ByteString.fromBase64String('abcz+/129w').toArrayBuffer());274 ByteString.fromBase64String('abcz+/129w==').toArrayBuffer());
35 static fromBase64String(value) { method in ByteString
31 const byteString1 = ByteString.fromBase64String(HALLO_IN_BASE64);