GoogleFirebaseFcmRegistrationV1Web constructor

GoogleFirebaseFcmRegistrationV1Web({
  1. String? applicationPubKey,
  2. String? auth,
  3. String? endpoint,
  4. String? p256dh,
})

Implementation

GoogleFirebaseFcmRegistrationV1Web({
  this.applicationPubKey,
  this.auth,
  this.endpoint,
  this.p256dh,
});