将文本内容复制到剪贴板
static Future<void> setClipboardData(String text) async { await Clipboard.setData(ClipboardData(text: text)); }