menu
walletconnect_flutter_v2 package
documentation
apis/core/crypto/crypto.dart
Crypto
hasKeys method
hasKeys method
dark_mode
light_mode
hasKeys
method
@
override
bool
hasKeys
(
String
tag
)
override
Implementation
@override bool hasKeys(String tag) { _checkInitialized(); return keyChain.has(tag); }
walletconnect_flutter_v2 package
documentation
apis/core/crypto/crypto
Crypto
hasKeys method
Crypto class