LifecycleEventHandler constructor

LifecycleEventHandler({
  1. required void onChangeState(
    1. AppLifecycleState
    ),
})

Implementation

LifecycleEventHandler({
  required this.onChangeState,
});