Write text to the system clipboard.
text
@override Future<void> setClipboard(String text) async { // In a real Flutter web app this would call // html.window.navigator.clipboard.writeText(text). }