SwipeLeftNavigationObserver constructor

SwipeLeftNavigationObserver(
  1. String routePath,
  2. ValueNotifier isDidPopRoute
)

Implementation

SwipeLeftNavigationObserver(this.routePath, this.isDidPopRoute);