refreshNavigationAsync method

void refreshNavigationAsync([
  1. bool force = false
])

Refreshed the current route asynchronously.

Implementation

void refreshNavigationAsync([bool force = false]) {
  Future.microtask(() => refreshNavigation(force));
}