EnterprisesSendTestPushNotificationResponse constructor

EnterprisesSendTestPushNotificationResponse({
  1. String? messageId,
  2. String? topicName,
})

Implementation

EnterprisesSendTestPushNotificationResponse({
  this.messageId,
  this.topicName,
});