clearRaiiHolder method
Clears the holder reference.
Called internally by RaiiLifecycleAware.unregisterLifecycle and during parent disposal to prevent stale references.
Note: This is an internal API and should not be called directly by users.
Implementation
@override
void clearRaiiHolder() {
_raiiManager.clearRaiiHolder();
}