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