launch

suspend fun launch(url: URL): Result<Uri>

Launch the provided URL with Browser, get the response from browser through redirect

Return

The redirect uri

Parameters

url

The URL to launch the browser.