deviceTokenApplePush property
A token for Apple Push Notification service
Implementation
DeviceTokenApplePush? get deviceTokenApplePush {
if (this is DeviceTokenApplePush) {
return this as DeviceTokenApplePush;
}
return null;
}
A token for Apple Push Notification service
DeviceTokenApplePush? get deviceTokenApplePush {
if (this is DeviceTokenApplePush) {
return this as DeviceTokenApplePush;
}
return null;
}