copySelectionToClipboard method
Convenience: copy the current single-cell selection to the OS clipboard.
Implementation
Future<void> copySelectionToClipboard() =>
copyCellsToClipboard([_sel]);
Convenience: copy the current single-cell selection to the OS clipboard.
Future<void> copySelectionToClipboard() =>
copyCellsToClipboard([_sel]);