setWithCredentials method

dynamic setWithCredentials(
  1. dynamic value
)

Implementation

setWithCredentials(value) {
  withCredentials = value;
  return this;
}