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