updateShouldNotify method
Whether ReassemblableNode.reassemble should be called on dependent nodes after this widget is updated.
Implementation
@override
updateShouldNotify(final Provider oldWidget) => stores != oldWidget.stores;
Whether ReassemblableNode.reassemble should be called on dependent nodes after this widget is updated.
@override
updateShouldNotify(final Provider oldWidget) => stores != oldWidget.stores;