Nostr constructor
Nostr()
This class is responsible for handling the connection to all relays.
Implementation
factory Nostr() {
// utils.log("A Nostr instance created successfully.");
return Nostr._();
}
This class is responsible for handling the connection to all relays.
factory Nostr() {
// utils.log("A Nostr instance created successfully.");
return Nostr._();
}