LifecycleEventHandler constructor

LifecycleEventHandler({
  1. AsyncCallback? onResumed,
  2. AsyncCallback? onInactive,
  3. AsyncCallback? onPaused,
  4. AsyncCallback? onDetached,
})

Implementation

LifecycleEventHandler({
  this.onResumed,
  this.onInactive,
  this.onPaused,
  this.onDetached,
});