setTitle method
Sets the title for the session.
Implementation
SessionSettingsBuilder setTitle(String title) {
_title = title;
return this;
}
Sets the title for the session.
SessionSettingsBuilder setTitle(String title) {
_title = title;
return this;
}