withCredentials property

  1. @override
bool? withCredentials
getter/setter pairinherited

Whether or not to send the request with credentials. Only applicable to requests in the browser, but does not adversely affect any other platform.

Implementation

@override
bool? withCredentials;