dependenciesDidUpdate method
Called after the dependencies are updated.
Implementation
@override
void dependenciesDidUpdate() {
super.dependenciesDidUpdate();
enqueueReassembly();
}
Called after the dependencies are updated.
@override
void dependenciesDidUpdate() {
super.dependenciesDidUpdate();
enqueueReassembly();
}