deviceTokenUbuntuPush property

DeviceTokenUbuntuPush? deviceTokenUbuntuPush

A token for Ubuntu Push Client service

Implementation

DeviceTokenUbuntuPush? get deviceTokenUbuntuPush {
  if (this is DeviceTokenUbuntuPush) {
    return this as DeviceTokenUbuntuPush;
  }
  return null;
}