GCMChannelRequest constructor

GCMChannelRequest({
  1. required String apiKey,
  2. bool? enabled,
})

Implementation

GCMChannelRequest({
  required this.apiKey,
  this.enabled,
});