supportsController property

  1. @override
bool get supportsController
override

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;