supportsController property

bool get supportsController

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

bool get supportsController => false;