ProtectWalletScreen constructor
const
ProtectWalletScreen({
- Key? key,
- required String seedPhrase,
- WalletType walletType = WalletType.openZeppelin,
Implementation
const ProtectWalletScreen({
super.key,
required this.seedPhrase,
this.walletType = WalletType.openZeppelin,
});