BrowserLauncher

interface BrowserLauncher

Launcher of a URL in a specific browser.

Inheritors

Functions

Link copied to clipboard
abstract fun launch(url: String)

Launches a URL in the specified browser.

Link copied to clipboard
open fun launchLocal(port: Int)

Launches a localhost:<port> in the specified browser.