copySelectionToClipboard method

Future<void> copySelectionToClipboard()

Convenience: copy the current single-cell selection to the OS clipboard.

Implementation

Future<void> copySelectionToClipboard() =>
    copyCellsToClipboard([_sel]);