copyPlainText

expect fun copyPlainText(text: String)

Copies text to the system's clipboard, where it can be used by any application (including this one).

actual fun copyPlainText(text: String)
actual fun copyPlainText(text: String)