LifecycleOwnerAttachCallback typedef
LifecycleOwnerAttachCallback =
void Function(Lifecycle? parent, LifecycleOwner childOwner)
Implementation
typedef LifecycleOwnerAttachCallback = void Function(
Lifecycle? parent, LifecycleOwner childOwner);