paste

abstract suspend fun paste(): Void(source)
abstract suspend fun paste(clipboardData: DataTransfer = definedExternally, options: DirectOptions = definedExternally): Void(source)
abstract suspend fun paste(clipboardData: String = definedExternally, options: DirectOptions = definedExternally): Void(source)