menu
polkawallet_sdk package
documentation
storage/keyring.dart
KeyringPrivateStore
updateIconsMap method
updateIconsMap method
dark_mode
light_mode
updateIconsMap
method
void
updateIconsMap
(
Map
<
String
,
String
>
data
)
Implementation
void updateIconsMap(Map<String, String> data) { _iconsMap.addAll(data); }
polkawallet_sdk package
documentation
storage/keyring
KeyringPrivateStore
updateIconsMap method
KeyringPrivateStore class