DeviceTokenApplePush constructor

const DeviceTokenApplePush({
  1. required String deviceToken,
  2. required bool isAppSandbox,
})

A token for Apple Push Notification service

Implementation

const DeviceTokenApplePush({
  required this.deviceToken,
  required this.isAppSandbox,
});