NavigationProvider constructor

NavigationProvider(
  1. BuildContext context
)

Initializes the provider and sets the starting navigation state.

context is required to obtain the necessary dependencies.

Implementation

NavigationProvider(this.context) {
  setStartingNavigation(context);
}