shareAsync

fun shareAsync(data: ShareData = definedExternally): Promise<Void?>(source)

The share() method of the Navigator interface invokes the native sharing mechanism of the device to share data such as text, URLs, or files. The available share targets depend on the device, but might include the clipboard, contacts and email applications, websites, Bluetooth, etc. Available only in secure contexts.

MDN Reference