deviceTokenApplePush property

DeviceTokenApplePush? deviceTokenApplePush

A token for Apple Push Notification service

Implementation

DeviceTokenApplePush? get deviceTokenApplePush {
  if (this is DeviceTokenApplePush) {
    return this as DeviceTokenApplePush;
  }
  return null;
}