deviceTokenUbuntuPush property
A token for Ubuntu Push Client service
Implementation
DeviceTokenUbuntuPush? get deviceTokenUbuntuPush {
if (this is DeviceTokenUbuntuPush) {
return this as DeviceTokenUbuntuPush;
}
return null;
}
A token for Ubuntu Push Client service
DeviceTokenUbuntuPush? get deviceTokenUbuntuPush {
if (this is DeviceTokenUbuntuPush) {
return this as DeviceTokenUbuntuPush;
}
return null;
}