menu
handyman package
documentation
web_view/app_web_view_notifier.dart
AppWebViewNotifier
setPageStarted method
setPageStarted method
dark_mode
light_mode
setPageStarted
method
void
setPageStarted
(
String
url
)
Implementation
void setPageStarted(String url) { state = state.copyWith(pageStarted: url); }
handyman package
documentation
web_view/app_web_view_notifier
AppWebViewNotifier
setPageStarted method
AppWebViewNotifier class