withSession method

StrategyBuilder withSession(
  1. String? sessionName
)

Implementation

StrategyBuilder withSession(String? sessionName) {
  _sessionName = sessionName;
  return this;
}