PushEndpoint constructor

PushEndpoint(
  1. String url,
  2. PublicKeySet? pubKeySet
)

Implementation

PushEndpoint(this.url, this.pubKeySet);