UrlLauncher

fun interface UrlLauncher(source)

A UrlLauncher is used to open a URL in the system browser.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun openUrl(supabase: SupabaseClient, url: String)

Open the given URL in the system browser.