NostrRequest.query constructor

NostrRequest.query(
  1. String id, {
  2. bool closeOnEOSE = true,
  3. required EventVerifier eventVerifier,
  4. int? timeout = RelayManager.DEFAULT_STREAM_IDLE_TIMEOUT + 1,
  5. dynamic onTimeout(
    1. NostrRequest
    )?,
})

Implementation

NostrRequest.query(
  this.id, {
  this.closeOnEOSE = true,
  required this.eventVerifier,
  this.timeout = RelayManager.DEFAULT_STREAM_IDLE_TIMEOUT + 1,
  this.onTimeout,
});