menu
polkawallet_sdk package
documentation
utils/localStorage.dart
LocalStorage
getAccountList method
getAccountList method
dark_mode
light_mode
getAccountList
method
Future
<
List
<
Map
<
String
,
dynamic
>
>
>
getAccountList
(
)
Implementation
Future<List<Map<String, dynamic>>> getAccountList() async { return storage.getList(accountsKey); }
polkawallet_sdk package
documentation
utils/localStorage
LocalStorage
getAccountList method
LocalStorage class