share

inline suspend fun Navigator.share(data: ShareData)(source)
inline suspend fun Navigator.share()(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. Available only in secure contexts.

MDN Reference