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