NostrUtils constructor

NostrUtils({
  1. required NostrLogger logger,
})

This class is responsible for handling some of the helper utils of the library.

Implementation

NostrUtils({
  required this.logger,
});