audioSources method Null safety
Implementation
static XmlDocumentFragment audioSources() {
builder.element('GetAudioSources', nest: () {
builder.namespace(Xmlns.trt);
});
return builder.buildFragment();
}
static XmlDocumentFragment audioSources() {
builder.element('GetAudioSources', nest: () {
builder.namespace(Xmlns.trt);
});
return builder.buildFragment();
}