route function

RouteWatcher route(
  1. BuildContext context
)

Implementation

RouteWatcher route(BuildContext context) =>
    Provider.of<RouteWatcher>(context, listen: false);