deviceTokenHuaweiPush property

DeviceTokenHuaweiPush? deviceTokenHuaweiPush

A token for HUAWEI Push Service

Implementation

DeviceTokenHuaweiPush? get deviceTokenHuaweiPush {
  if (this is DeviceTokenHuaweiPush) {
    return this as DeviceTokenHuaweiPush;
  }
  return null;
}