WalletInitializationPresenter class

Constructors

WalletInitializationPresenter(WalletInitializationViewModel viewModel, WalletInitializationView viewInterface, {required PasswordPrompt passwordPrompt, String? initialRoute})

Properties

hashCode int
The hash code for this object.
no setterinherited
initialRoute String?
getter/setter pair
passwordPrompt PasswordPrompt
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewInterface WalletInitializationView
final
viewModel WalletInitializationViewModel
final

Methods

confirmSeedPhrase() → void
dispose() → void
init() WalletInitializationPresenter
newSeedPhrase() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCreateNewWalletTap() → void
onRestoreWalletTap() → void
onSecureWithBiometric({required BiometricStore biometricStore}) Future<void>
onSecureWithPassword(BuildContext context, {required PasswordStore passwordStore}) Future<void>
restoreWallet(String inputSeedPhrase, StarknetAccountType accountType) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited