PushEndpoint constructor

PushEndpoint(
  1. String url,
  2. PublicKeySet? pubKeySet, {
  3. bool temporary = false,
})

Implementation

PushEndpoint(this.url, this.pubKeySet, {this.temporary = false});