createSession method
Creates mutable runtime state for one grid attachment.
Implementation
FdcGridRangeSelectionSession createSession(FdcGridRangeSelectionHost host) {
return _FdcGridNoopRangeSelectionSession();
}
Creates mutable runtime state for one grid attachment.
FdcGridRangeSelectionSession createSession(FdcGridRangeSelectionHost host) {
return _FdcGridNoopRangeSelectionSession();
}