menu
easy_onvif package
documentation
soap.dart
Transport
getEnvelope method
getEnvelope method
dark_mode
light_mode
getEnvelope
method
Envelope
getEnvelope
(
Body
body
)
XML for the SOAP envelope
Implementation
Envelope getEnvelope(Body body) => Envelope(body: body, header: Header());
easy_onvif package
documentation
soap
Transport
getEnvelope method
Transport class