deviceTokenWindowsPush property

DeviceTokenWindowsPush? deviceTokenWindowsPush

A token for Windows Push Notification Services

Implementation

DeviceTokenWindowsPush? get deviceTokenWindowsPush {
  if (this is DeviceTokenWindowsPush) {
    return this as DeviceTokenWindowsPush;
  }
  return null;
}