withCredentials property
bool
get
withCredentials
Implementation
bool get withCredentials => client.withCredentials;
set
withCredentials
(bool value)
Implementation
set withCredentials(bool value) => client.withCredentials = value;