dco_decode_DartFn_Inputs__Output_unit method

  1. @protected
FutureOr<void> Function() dco_decode_DartFn_Inputs__Output_unit(
  1. dynamic raw
)
override

Implementation

@protected
FutureOr<void> Function() dco_decode_DartFn_Inputs__Output_unit(dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  throw UnimplementedError('');
}