resetDefaultState method
Implementation
@override
void resetDefaultState([VoidCallback? fn]) {
super.resetDefaultState();
inheritedInjects.clear();
_cachedWatch = null;
_shouldConnectWithGlobal = null;
_isInheritedDirty = false;
fn?.call();
}