PushNotificationDevice constructor
const
PushNotificationDevice({})
Implementation
const PushNotificationDevice({
required this.appId,
this.data,
required this.pushkey,
this.pushkeyTs,
this.tweaks,
});
const PushNotificationDevice({
required this.appId,
this.data,
required this.pushkey,
this.pushkeyTs,
this.tweaks,
});