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