Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
open
fun open(method: String, url: String)
(source)
fun open(
method: String,
url: String,
async: Boolean,
username: String? = definedExternally,
password: String? = definedExternally)
(source)