Writes data into the clipboard as plain text
Example
fin.Clipboard.writeText({
data: 'hello, world'
}).then(() => console.log('Text On clipboard')).catch(err => console.log(err));
Writes data into the clipboard as plain text
fin.Clipboard.writeText({
data: 'hello, world'
}).then(() => console.log('Text On clipboard')).catch(err => console.log(err));