LifecycleEventHandler constructor
LifecycleEventHandler({
- AsyncCallback? onResumed,
- AsyncCallback? onInactive,
- AsyncCallback? onPaused,
- AsyncCallback? onDetached,
Implementation
LifecycleEventHandler({
this.onResumed,
this.onInactive,
this.onPaused,
this.onDetached,
});