UpdateApnsChannelResponse constructor

UpdateApnsChannelResponse({
  1. required APNSChannelResponse aPNSChannelResponse,
})

Implementation

UpdateApnsChannelResponse({
  required this.aPNSChannelResponse,
});