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