Copies the provided text to the clipboard.
text
static Future<void> copy(String text) { return Clipboard.setData(ClipboardData(text: text)); }