rebuildOnScopeChanges method

bool? 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

bool? rebuildOnScopeChanges() => _state.value.rebuildOnScopeChanges();