We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1701bc4
fun WebView(url: String) = ActivityScreen { Intent(Intent.ACTION_VIEW, Uri.parse(url)) }