rebuildIfNeeded method
Triggers a rebuild of the context
if it is interested in the observable
value change notification.
Implementation
@protected
@nonVirtual
void rebuildIfNeeded(BuildContext context, Object observable) =>
_rebuildIfNeeded(context, observable);