withCredentials property

bool get withCredentials

Returns true if the credentials mode for connection requests to the URL providing the event stream is set to "include", and false otherwise.

MDN Reference

Implementation

_i2.bool get withCredentials => _i4.getProperty(
      this,
      'withCredentials',
    );