When I use the CookieManager function of dio_cookie_manager plugin into the page of included flutter_inappwebview plugin, I got the errors:
The argument type 'CookieManager' can't be assigned to the parameter type 'interceptors'
and
'CookieManager' isn't a function.
How can I use both plugins with separate Cookiemanager?