copy method
Copy current selection to clipboard payload.
Implementation
Future<ClipboardResponse> copy() async {
return VolvoxGridService.Clipboard(ClipboardCommand()
..gridId = _gridId
..copy = ClipboardCopy());
}
Copy current selection to clipboard payload.
Future<ClipboardResponse> copy() async {
return VolvoxGridService.Clipboard(ClipboardCommand()
..gridId = _gridId
..copy = ClipboardCopy());
}