DeviceTokenSimplePush constructor

const DeviceTokenSimplePush({
  1. required String endpoint,
})

A token for Simple Push API for Firefox OS

Implementation

const DeviceTokenSimplePush({
  required this.endpoint,
});