setNavigationLogicProvider method
Override the current navigation logic.
Note that this override only what happens when next
is called. This does
not override the internal state checks.
Implementation
@override
void setNavigationLogicProvider(
NavigationLogicProvider navigationLogicProvider) {
_navigationLogicProvider = navigationLogicProvider;
}