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