$clearHistory_Serializer method
- @experimental
Builds a serializer to parse the response of $clearHistory_Request.
Implementation
@_i2.experimental
_i1.DynamiteSerializer<ChatClearHistoryResponseApplicationJson, ChatChatClearHistoryHeaders>
$clearHistory_Serializer() => _i1.DynamiteSerializer(
bodyType: const FullType(ChatClearHistoryResponseApplicationJson),
headersType: const FullType(ChatChatClearHistoryHeaders),
serializers: _$jsonSerializers,
validStatuses: const {200, 202},
);