LifecycleOwnerDetachCallback typedef

LifecycleOwnerDetachCallback = void Function(Lifecycle parent, LifecycleOwner childOwner)

Implementation

typedef LifecycleOwnerDetachCallback = void Function(
    Lifecycle parent, LifecycleOwner childOwner);