Copies the current terminal selection to the system clipboard.
Future<bool> copySelection() => _copySelection?.call() ?? Future<bool>.value(false);