appNavigationService method

AppNavigationService appNavigationService()

Implementation

AppNavigationService appNavigationService() {
  return Provider.of<AppNavigationService>(this, listen: false);
}