GetGcmChannelResponse constructor

GetGcmChannelResponse({
  1. required GCMChannelResponse gCMChannelResponse,
})

Implementation

GetGcmChannelResponse({
  required this.gCMChannelResponse,
});