dco_decode_box_autoadd_network_configuration method

  1. @protected
NetworkConfiguration dco_decode_box_autoadd_network_configuration(
  1. dynamic raw
)

Implementation

@protected
NetworkConfiguration dco_decode_box_autoadd_network_configuration(
    dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  return dco_decode_network_configuration(raw);
}