PushNotificationConfig constructor

PushNotificationConfig({
  1. AuthenticationInfo? authentication,
  2. String? id,
  3. String? token,
  4. String? url,
})

Implementation

PushNotificationConfig({this.authentication, this.id, this.token, this.url});