deviceTokenWebPush property

DeviceTokenWebPush? deviceTokenWebPush

A token for web Push API

Implementation

DeviceTokenWebPush? get deviceTokenWebPush {
  if (this is DeviceTokenWebPush) {
    return this as DeviceTokenWebPush;
  }
  return null;
}