PushConfig constructor

PushConfig({
  1. Map<String, String>? attributes,
  2. NoWrapper? noWrapper,
  3. OidcToken? oidcToken,
  4. PubsubWrapper? pubsubWrapper,
  5. String? pushEndpoint,
})

Implementation

PushConfig({
  this.attributes,
  this.noWrapper,
  this.oidcToken,
  this.pubsubWrapper,
  this.pushEndpoint,
});