Gets the clipboard content as plain text.
import { readText } from '@tauri-apps/plugin-clipboard-manager';const clipboardText = await readText(); Copy
import { readText } from '@tauri-apps/plugin-clipboard-manager';const clipboardText = await readText();
2.0.0
Gets the clipboard content as plain text.