supportsController property
Whether this client supports the RequestController API.
If this is true
, send will use the supplied RequestController and
will allow cancelling the request and specifying a timeout. Otherwise,
a specified RequestController will be ignored.
Implementation
@override
bool get supportsController => false;