removeWeakChild

abstract fun removeWeakChild(child: Provider<*>)

Removes a weakly referenced child from this.

Child management is performed automatically when creating a new provider, so this should only be used for custom Provider implementations.