getSelection method

Future<SelectionState> getSelection()

Get the current selection state, including all returned ranges.

Implementation

Future<SelectionState> getSelection() async {
  return VolvoxGridService.GetSelection(_getSelectionRequest);
}