@override Future<void> shareCopyLink(String url) async { await Clipboard.setData(ClipboardData(text: url)); }