rebuildOnScopeChanges method

void rebuildOnScopeChanges()

Will triger a rebuild of the Widget if any new GetIt-Scope is pushed or popped This function will return true if the change was a push otherwise false If no change has happend the return value will be null

Implementation

void rebuildOnScopeChanges() => widget._state.value.rebuildOnScopeChanges();