rebuildStackOnDeepLink property

bool rebuildStackOnDeepLink
final

if set to true the new stack will replace the old one on deep-links coming from the platform

pops all previous routes and pushes the new ones

this is used after a deep-link is resolved by deepLinkBuilder if provided

defaults to false

Implementation

final bool rebuildStackOnDeepLink;