menu
wc_dart_v2 package
documentation
core/keychain/key_chain.dart
KeyChain
KeyChain constructor
KeyChain constructor
dark_mode
light_mode
KeyChain
constructor
KeyChain
(
{
required
ICore
core
,
Logger
?
logger
,
})
Implementation
KeyChain({ required this.core, Logger? logger, }) : logger = logger ?? Logger(), keychain = {};
wc_dart_v2 package
documentation
core/keychain/key_chain
KeyChain
KeyChain constructor
KeyChain class