setLayout method
Sets the layout type.
Implementation
SessionSettingsBuilder setLayout(LayoutType layoutType) {
_layout = layoutType;
return this;
}
Sets the layout type.
SessionSettingsBuilder setLayout(LayoutType layoutType) {
_layout = layoutType;
return this;
}