RemoveNotificationChannelResponse constructor

RemoveNotificationChannelResponse({
  1. NotificationConfiguration? notificationConfiguration,
})

Implementation

RemoveNotificationChannelResponse({
  this.notificationConfiguration,
});