Onvif constructor Null safety
Implementation
Onvif(
{required host,
required this.username,
required this.password,
this.debug = false}) {
Loggy.initLoggy();
deviceManagement =
DeviceManagement(onvif: this, uri: 'http://$host/onvif/device_service');
}