handleParentUpdated

abstract fun handleParentUpdated(updatedParent: Provider<*>)

Handles an update of the parent provider.

Updating is performed automatically, so this should only be used for custom Provider implementations.