updateShouldNotify method

  1. @override
bool updateShouldNotify(
  1. WebViewState old,
  2. WebViewState current
)
override

Whether to notify listeners or not when state changes

Implementation

@override
bool updateShouldNotify(WebViewState old, WebViewState current) {
  return old != current;
}