SetIdentityNotificationTopicResponse.fromXml constructor

SetIdentityNotificationTopicResponse.fromXml(
  1. XmlElement elem
)

Implementation

factory SetIdentityNotificationTopicResponse.fromXml(
    // ignore: avoid_unused_constructor_parameters
    _s.XmlElement elem) {
  return SetIdentityNotificationTopicResponse();
}