menu
polkawallet_sdk package
documentation
utils/localStorage.dart
LocalStorage
getCurrentAccount method
getCurrentAccount method
dark_mode
light_mode
getCurrentAccount
method
Future
<
String
?
>
getCurrentAccount
(
)
Implementation
Future<String?> getCurrentAccount() async { return storage.getKV(currentAccountKey); }
polkawallet_sdk package
documentation
utils/localStorage
LocalStorage
getCurrentAccount method
LocalStorage class