copySelectionToClipboard method

Future<void> copySelectionToClipboard()

Copy the current selection (cursor cell when nothing is selected).

Implementation

Future<void> copySelectionToClipboard() => copySelectionTsvToClipboard();