copy method

dynamic copy()

Implementation

copy() {
  Clipboard.setData(ClipboardData(text: _logs.map((e) => e.$2).join('\n')));
}