router property
The router from the closest AppRouterProvider instance that encloses this context.
Implementation
AppRouter get router => AppRouterProvider.of(this);
The router from the closest AppRouterProvider instance that encloses this context.
AppRouter get router => AppRouterProvider.of(this);