deviceTokenSimplePush property

DeviceTokenSimplePush? deviceTokenSimplePush

A token for Simple Push API for Firefox OS

Implementation

DeviceTokenSimplePush? get deviceTokenSimplePush {
  if (this is DeviceTokenSimplePush) {
    return this as DeviceTokenSimplePush;
  }
  return null;
}