setNavigationLogicProvider abstract method

void setNavigationLogicProvider(
  1. NavigationLogicProvider navigationLogicProvider
)

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

void setNavigationLogicProvider(
    NavigationLogicProvider navigationLogicProvider);