deviceTokenApplePushVoIP property
A token for Apple Push Notification service VoIP notifications
Implementation
DeviceTokenApplePushVoIP? get deviceTokenApplePushVoIP {
if (this is DeviceTokenApplePushVoIP) {
return this as DeviceTokenApplePushVoIP;
}
return null;
}