RTLifeCycle constructor
const
RTLifeCycle({
- Key? key,
- required void onLifeCycle(
- AppLifecycleState state
- required Widget child,
Implementation
const RTLifeCycle({
super.key,
required this.onLifeCycle,
required this.child,
});