sse_encode_DartFn_Inputs__Output_unit_AnyhowException method
- @protected
- FutureOr<
void> self(), - SseSerializer serializer
override
Implementation
@protected
void sse_encode_DartFn_Inputs__Output_unit_AnyhowException(
FutureOr<void> Function() self, SseSerializer serializer) {
// Codec=Sse (Serialization based), see doc to use other codecs
sse_encode_DartOpaque(
encode_DartFn_Inputs__Output_unit_AnyhowException(self), serializer);
}