pub fn get_text() -> Option<String>
Read the current clipboard contents as plain text. Returns None when the clipboard is empty, holds no text representation, or the platform denies access (e.g. an unfocused Android app).
None