supportsController property

  1. @override
bool supportsController
final

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
final bool supportsController = true;