hideNavigation method
Set whether to hide navigation.
Implementation
ShowProfileRequestBuilder hideNavigation(bool? hideNavigation) {
_hideNavigation = hideNavigation;
return this;
}
Set whether to hide navigation.
ShowProfileRequestBuilder hideNavigation(bool? hideNavigation) {
_hideNavigation = hideNavigation;
return this;
}