JourneyHelper constructor

JourneyHelper(
  1. String navigationHubState
)

Create a new journey helper for the given navigation hub state

Implementation

JourneyHelper(this.navigationHubState);