refreshNavigationAsync method
void
refreshNavigationAsync([
Refreshed the current route asynchronously.
Implementation
void refreshNavigationAsync([bool force = false]) {
Future.microtask(() => refreshNavigation(force));
}