PushNotificationConfig constructor
PushNotificationConfig({
- AuthenticationInfo? authentication,
- String? id,
- String? token,
- String? url,
Implementation
PushNotificationConfig({this.authentication, this.id, this.token, this.url});