copy method

Copy current selection to clipboard payload.

Implementation

Future<ClipboardResponse> copy() async {
  return VolvoxGridService.Clipboard(ClipboardCommand()
    ..gridId = _gridId
    ..copy = ClipboardCopy());
}