updateShouldNotify method

  1. @override
bool updateShouldNotify(
  1. covariant Provider oldWidget
)
override

Whether ReassemblableNode.reassemble should be called on dependent nodes after this widget is updated.

Implementation

@override
updateShouldNotify(final Provider oldWidget) => stores != oldWidget.stores;