navigateToRootPageOnFailure property
@doc If routing is enabled and cannot pop, instead go to the root page.
Implementation
@$pb.TagNumber(9)
$core.bool get navigateToRootPageOnFailure => $_getBF(8);
Implementation
@$pb.TagNumber(9)
set navigateToRootPageOnFailure($core.bool value) => $_setBool(8, value);