dco_decode_box_autoadd_native_probe method

  1. @protected
NativeProbe dco_decode_box_autoadd_native_probe(
  1. dynamic raw
)

Implementation

@protected
NativeProbe dco_decode_box_autoadd_native_probe(dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  return dco_decode_native_probe(raw);
}