markNeedsNotifyDependents abstract method

void markNeedsNotifyDependents()

Marks the InheritedProvider as needing to update dependents.

This bypass InheritedWidget.updateShouldNotify and will force widgets that depends on T to rebuild.

Implementation

void markNeedsNotifyDependents();