menu
reown_sign package
documentation
store/sessions.dart
Sessions
has method
has method
dark_mode
light_mode
has
method
@
override
bool
has
(
String
key
)
inherited
Implementation
@override bool has(String key) { checkInitialized(); return data.containsKey(key); }
reown_sign package
documentation
store/sessions
Sessions
has method
Sessions class