writeText abstract method
Writes text to the system clipboard.
See: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/writeText
Implementation
Future<void> writeText(String data);
Writes text to the system clipboard.
See: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/writeText
Future<void> writeText(String data);