menu
dart_nostr package
documentation
nostr/instance/keys/keys.dart
NostrKeys
freeAllResources method
freeAllResources method
dark_mode
light_mode
freeAllResources
method
bool
freeAllResources
(
)
Clears all the cached key pairs.
Implementation
bool freeAllResources() { _keyPairsCache.clear(); return true; }
dart_nostr package
documentation
nostr/instance/keys/keys
NostrKeys
freeAllResources method
NostrKeys class