@override Future<bool?> clipboardSet(String text) async { await Clipboard.setData(ClipboardData(text: text)); return true; }