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