PushEndpoint constructor
PushEndpoint(
- String url,
- PublicKeySet? pubKeySet, {
- bool temporary = false,
Implementation
PushEndpoint(this.url, this.pubKeySet, {this.temporary = false});