clearCookies

abstract suspend fun clearCookies(domain: String? = null)

Clears cookies for a domain, or all of them when domain is null.

This is the isolation the platform offers. Genuinely separate jars would need separate processes, so the library clears rather than pretending to isolate.