createClipEntry

actual fun createClipEntry(text: String, label: String): ClipEntry(source)

Creates a platform-appropriate ClipEntry for the given text.

expect fun createClipEntry(text: String, label: String = ""): ClipEntry(source)

Creates a platform-appropriate ClipEntry for the given text.

actual fun createClipEntry(text: String, label: String): ClipEntry(source)

Creates a platform-appropriate ClipEntry for the given text.