DeviceTokenApplePushVoIP constructor

DeviceTokenApplePushVoIP({
  1. required String deviceToken,
  2. required bool isAppSandbox,
  3. required bool encrypt,
})

Implementation

DeviceTokenApplePushVoIP({
  required this.deviceToken,
  required this.isAppSandbox,
  required this.encrypt,
});