set method

void set(
  1. String text
)

Implementation

void set(final String text) async => await Clipboard.setData(ClipboardData(text: text));