removeOwnerAttachCallback method

void removeOwnerAttachCallback(
  1. LifecycleOwnerAttachCallback callback
)

Implementation

void removeOwnerAttachCallback(LifecycleOwnerAttachCallback callback) {
  _LifecycleToTargetCallbacks.maybeOf(this)
      ?.removeOwnerAttachCallback(callback);
}