stopMulticastStreaming method Null safety

XmlDocumentFragment stopMulticastStreaming()

Implementation

static XmlDocumentFragment stopMulticastStreaming() {
  builder.element('StopMulticastStreaming', nest: () {
    builder.namespace(Xmlns.trt);
  });

  return builder.buildFragment();
}