Read the content of the clipboard as plain text
Example
fin.Clipboard.readText().then(text => console.log(text)).catch(err => console.log(err));
Read the content of the clipboard as plain text
fin.Clipboard.readText().then(text => console.log(text)).catch(err => console.log(err));