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