stopMulticastStreaming method
This command stop multicast streaming using a specified media profile of a device
Implementation
Future<void> stopMulticastStreaming() async {
await Soap.retrieveEnvlope(
uri, onvif.secureRequest(SoapRequest.stopMulticastStreaming()));
}