$deleteNotification_Serializer method
- @experimental
Builds a serializer to parse the response of $deleteNotification_Request.
Implementation
@_i2.experimental
_i1.DynamiteSerializer<EndpointDeleteNotificationResponseApplicationJson, void> $deleteNotification_Serializer() =>
_i1.DynamiteSerializer(
bodyType: const FullType(EndpointDeleteNotificationResponseApplicationJson),
headersType: null,
serializers: _$jsonSerializers,
validStatuses: const {200},
);