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