clip function

void clip(
  1. String value
)

复制到剪切板

Implementation

void clip(String value) => Clipboard.setData(ClipboardData(text: value));