hideNavigation method

ShowProfileRequestBuilder hideNavigation(
  1. bool? hideNavigation
)

Set whether to hide navigation.

Implementation

ShowProfileRequestBuilder hideNavigation(bool? hideNavigation) {
  _hideNavigation = hideNavigation;
  return this;
}