WidgetLifecycle constructor
WidgetLifecycle({
- AsyncCallback? resumeCallBack,
- AsyncCallback? suspendingCallBack,
Implementation
WidgetLifecycle({
this.resumeCallBack,
this.suspendingCallBack,
});