stopMulticastStreaming static method Null safety

XmlDocumentFragment stopMulticastStreaming(
  1. String profileToken
)

XML for the stopMulticastStreaming

Implementation

static XmlDocumentFragment stopMulticastStreaming(String profileToken) =>
    MediaCommon.stopMulticastStreaming(
        profileToken: profileToken, namespace: Xmlns.trt);