createCookieContainer method

HttpCookieContainerHandle createCookieContainer(
  1. bool allowResponsesToModify
)

Implementation

HttpCookieContainerHandle createCookieContainer(
  bool allowResponsesToModify,
) =>
    _createCookieContainer.call(
      this,
      allowResponsesToModify,
    );