menu
reown_core package
documentation
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); }
reown_core package
documentation
crypto/crypto
Crypto
hasKeys method
Crypto class