menu
polkawallet_sdk package
documentation
storage/keyringEVM.dart
KeyringEVMPrivateStore
setCurrentAddress method
setCurrentAddress method
dark_mode
light_mode
setCurrentAddress
method
void
setCurrentAddress
(
String
?
address
)
Implementation
void setCurrentAddress(String? address) { _storage.currentAddress.val = address; }
polkawallet_sdk package
documentation
storage/keyringEVM
KeyringEVMPrivateStore
setCurrentAddress method
KeyringEVMPrivateStore class