Open hayribakici opened 9 months ago
Since dart 1.2.0, a new class BaseResponseWithUrl has been introduced. For this, the following could be improved:
BaseResponseWithUrl
or
we could wait until the http 2.0 implemtation is released, which contains a url in the BaseResponse^1
http
url
BaseResponse
If we abstract this check with a method, we could try and implement this already without waiting for http@2.0. Later we can remove the mixin check. So green light from me either way!
http@2.0
Since dart 1.2.0, a new class
BaseResponseWithUrl
has been introduced. For this, the following could be improved:or
we could wait until the
http
2.0 implemtation is released, which contains aurl
in theBaseResponse
^1