copy
fn
void copy(string text, ClipboardType destination = ClipboardType.clipboard)Copies text to the clipboard.
Parameters
text | Text to copy |
destination | Where to copy (selection or clipboard) Example: |