updateShouldNotify method
- WebViewState old,
- WebViewState current
override
Whether to notify listeners or not when state changes
Implementation
@override
bool updateShouldNotify(WebViewState old, WebViewState current) {
return old != current;
}