shareAsText

inline fun Context.shareAsText(text: String, onAppNotFound: (e: ActivityNotFoundException) -> Unit)

Open the system share sheet for sharing the specified text.

**onAppNotFound must be handled as some phones do not have any app to share with. Display an error message with a prompt to install an app in this case.