HandleResult
Handles a Route.Result.Data matching a given NavigationBundleSpec
Parameters
the type of NavigationBundleSpecRow to.
The NavigationBundleSpec used to create the Route.Result
If true
the result will be retained in the NavBackStackEntry. It will be deleted otherwise.
Method for handling the received result
Throws
if the Bundle does not contain the correct keys or values associated with the NavigationBundleSpec
Handles a Route.Result.Data matching a given NavigationBundleSpecType Requires that Route.Result.Data.bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType
Parameters
the type of the result.
The NavigationBundleSpecType stored in the result
If true
the result will be retained in the NavBackStackEntry. It will be deleted otherwise.
Method for handling the received result
Throws
if the Bundle is not associated with a SingleValueNavigationSpec