WidgetLifecycle constructor

WidgetLifecycle({
  1. AsyncCallback? resumeCallBack,
  2. AsyncCallback? suspendingCallBack,
})

Implementation

WidgetLifecycle({
  this.resumeCallBack,
  this.suspendingCallBack,
});