menu
solana_wallet_kit package
documentation
wallet/storage/wallet_store.dart
WalletStore
readWalletSecret abstract method
readWalletSecret abstract method
dark_mode
light_mode
readWalletSecret
abstract method
Future
<
WalletSecret
?
>
readWalletSecret
(
{
required
String
address
,
})
Implementation
Future<WalletSecret?> readWalletSecret({required String address});
solana_wallet_kit package
documentation
wallet/storage/wallet_store
WalletStore
readWalletSecret abstract method
WalletStore class