updateShouldNotifyDependent method

  1. @override
bool updateShouldNotifyDependent(
  1. covariant InheritedModel oldWidget,
  2. Set dependencies
)
override

Return true if the changes between this model and oldWidget match any of the dependencies.

Implementation

@override
bool updateShouldNotifyDependent(
        InheritedModel oldWidget, Set dependencies) =>
    dependencies.contains(change);