stopMulticastStreaming method Null safety

Future<void> stopMulticastStreaming()

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()));
}