menu
dart_nostr package
documentation
nostr/dart_nostr.dart
Nostr
enableLogs method
enableLogs method
dark_mode
light_mode
enableLogs
method
@
override
void
enableLogs
(
)
override
This method will enable the logs of the library.
Implementation
@override void enableLogs() { utils.enableLogs(); }
dart_nostr package
documentation
nostr/dart_nostr
Nostr
enableLogs method
Nostr class