useBrowserHistory property

bool? useBrowserHistory
getter/setter pair

Controls whether the user navigating between conversation should count as steps in the browser history. Defaults to true, which means that if the user clicks the browser's back button, they go back to the previous conversation (if any).

Implementation

external bool? useBrowserHistory;