Forcefully delete all WebView session cookies.
Flush all WebView HTTP cookies for secure user logouts. This clears session cookies, authentication tokens, and tracking cookies from the native WebView cookie store.
import nativine from 'nativine';
await nativine.cache.clearCookies();
Typically called during user logout to ensure no session data persists in the native cookie jar.