menu
dart_nostr package
documentation
nostr/core/utils.dart
NostrClientUtils
disableLogs method
disableLogs method
dark_mode
light_mode
disableLogs
method
void
disableLogs
(
)
Disables logs.
Implementation
void disableLogs() { _isLogsEnabled = false; }
dart_nostr package
documentation
nostr/core/utils
NostrClientUtils
disableLogs method
NostrClientUtils class