afterPageStartedOrFinished method
void
afterPageStartedOrFinished({})
Implementation
void afterPageStartedOrFinished({required String? currentUrl, required bool canGoBack, required bool canGoForward}) {
state = state.copyWith(currentUrl: currentUrl, canGoBack: canGoBack, canGoForward: canGoForward);
}