ontology_dart_sdk
common
Convert
base64ToBytes method
base64ToBytes
Convert class
Constructors
Convert
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
base64ToBytes
bigIntToBytes
bytesToBase64
bytesToBigInt
bytesToHexStr
bytesToStr
hexStrToBigInt
hexStrToBytes
hexStrToStr
strToBytes
base64ToBytes method
Uint8List
base64ToBytes
(
String
b64
)
Implementation
static Uint8List base64ToBytes(String b64) { return Base64Codec().decode(b64); }