XmlRpcHandler constructor
Creates a XmlRpcHandler that handles the set of methods
.
It uses the specified set of codecs
for encoding and decoding.
Implementation
XmlRpcHandler({
required this.methods,
List<Codec>? codecs,
}) : codecs = codecs ?? standardCodecs;