dispose method
Implementation
@mustCallSuper
void dispose() {
_updater.target?.removeListener(_providerPullRequestListener);
_featuresContainer.replaceAllFeatures([]);
}
@mustCallSuper
void dispose() {
_updater.target?.removeListener(_providerPullRequestListener);
_featuresContainer.replaceAllFeatures([]);
}