NavigationService constructor

NavigationService(
  1. GlobalKey<NavigatorState> navigatorKey,
  2. UrlLauncher urlLauncher,
  3. ChromeSafariBrowser browser
)

Implementation

NavigationService(this.navigatorKey, this.urlLauncher, this.browser);