static Future<void> copyToClipboard(final String str) async { await Clipboard.setData(ClipboardData(text: str)); }