menu
flutter_nostr package
documentation
models/session_manager.dart
SessionManager
hasSession method
hasSession method
dark_mode
light_mode
hasSession
method
bool
hasSession
(
String
id
)
Check if a session exists
Implementation
bool hasSession(String id) { return getSessionById(id) != null; }
flutter_nostr package
documentation
models/session_manager
SessionManager
hasSession method
SessionManager class