WalletKeyApi class

Constructors

WalletKeyApi(FlutterSecureStorage _storage)
const

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

deleteMainKeyVaultStore(String name) Future<Either<WalletKeyException, Unit>>
Deletes the main key vault store.
getMainKeyVaultStore(String name) Future<Either<WalletKeyException, VaultStore>>
Retrieves the main key vault store from disk.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveMainKeyVaultStore(VaultStore mainKeyVaultStore, String name) Future<Either<WalletKeyException, Unit>>
Persists the main key vault store to disk.
saveMnemonic(List<String> mnemonic, String mnemonicName) Future<Either<WalletKeyException, Unit>>
Persists the mnemonic to disk.
toString() String
A string representation of this object.
inherited
updateMainKeyVaultStore(VaultStore mainKeyVaultStore, String name) Future<Either<WalletKeyException, Unit>>
Updates the main key vault store.

Operators

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