ProtectWalletService class abstract

Constructors

ProtectWalletService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSecureWithBiometric({required BiometricStore biometricStore, required StarknetAccountType accountType, required Account account, required Wallet wallet, List<String>? seedPhrase, int accountIndex = 0}) Future<PublicAccount>
onSecureWithPassword(BuildContext context, {required PasswordStore passwordStore, required StarknetAccountType accountType, required Wallet wallet, required Account account, List<String>? seedPhrase, required Future<String?> passwordPrompt(), int accountIndex = 0}) Future<PublicAccount>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

protectWithBiometrics({required BiometricStore biometricStore, required StarknetAccountType accountType, required Account account, required Wallet wallet, List<String>? seedPhrase, int accountIndex = 0}) Future<PublicAccount>
protectWithPassword({required PasswordStore passwordStore, required StarknetAccountType accountType, required Wallet wallet, required Account account, List<String>? seedPhrase, required Future<String?> passwordPrompt(), int accountIndex = 0}) Future<PublicAccount>