copy static method

dynamic copy(
  1. String text
)

Implementation

static copy(String text) {
  Clipboard.setData(ClipboardData(text: text));
}