commit | 5b4d785eb8b1f58570e2abc7d2ccc4a3871c3bb3 | [log] [tgz] |
---|---|---|
author | BeMacized <info@bemacized.net> | Tue Dec 07 21:53:00 2021 +0100 |
committer | GitHub <noreply@github.com> | Tue Dec 07 12:53:00 2021 -0800 |
tree | d2192420470ab3fb48e6958b859d151d4e849a99 | |
parent | 759b955c1e1f181db37ba1aca2321ac76ea717c4 [diff] |
[webview_flutter] Add setCookie to CookieManager and support initial cookies in creation params. (#4561) This PR adds a function for setting cookies to the CookieManager, as well support for setting initial cookies through the `CreationParams` object. Fixes flutter/flutter#27597