copy method

dynamic copy(
  1. String text
)

Implementation

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