setDisplayName method
Sets the display name for the local user.
Implementation
SessionSettingsBuilder setDisplayName(String name) {
_displayName = name;
return this;
}
Sets the display name for the local user.
SessionSettingsBuilder setDisplayName(String name) {
_displayName = name;
return this;
}