removeRegistryAttachCallback method

void removeRegistryAttachCallback(
  1. LifecycleRegistryAttachCallback callback
)

Implementation

void removeRegistryAttachCallback(LifecycleRegistryAttachCallback callback) {
  _LifecycleToTargetCallbacks.maybeOf(this)
      ?.removeRegistryAttachCallback(callback);
}