updateHistory property

bool updateHistory
final

Controls if the destination will be added to the navigation history.

Currently it only affects to web applications. When set to true, which is default, the url in the web browser address field will be updated with the Destination.uri.

Implementation

final bool updateHistory;