createSession method

Creates mutable runtime state for one grid attachment.

Implementation

FdcGridRangeSelectionSession createSession(FdcGridRangeSelectionHost host) {
  return _FdcGridNoopRangeSelectionSession();
}