menu
stellar_flutter_sdk
stellar_flutter_sdk
AccountResponseData
getDecoded method
getDecoded
brightness_4
brightness_5
getDecoded
method
Uint8List
getDecoded
(
String
key
)
Gets raw value for a given
key
.
Implementation
Uint8List getDecoded(String key) => base64Decode(this[key]);
stellar_flutter_sdk
stellar_flutter_sdk
AccountResponseData
getDecoded method
AccountResponseData class