dco_decode_StreamSink_my_notification_Sse method

  1. @protected
RustStreamSink<MyNotification> dco_decode_StreamSink_my_notification_Sse(
  1. dynamic raw
)
override

Implementation

@protected
RustStreamSink<MyNotification> dco_decode_StreamSink_my_notification_Sse(
    dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  throw UnimplementedError();
}