I am using flutter_inappwebview plugin to load the web app and am able to set the cookie. Whenever we try to clear the cookie on Android devices it's not clearing the previous one but it is removed on iOS, which results in two cookies on Android. The original cookie’s domain which is set from Flutter is getting prepended by a . (dot). Not sure why this is happening. Any help would be appreciated.