useAppLifecycleState function
Returns the currentAppLifecycleState value and rebuilds the widget when it changes.
Implementation
AppLifecycleState? useAppLifecycleState() { return use(const _AppLifecycleHook(rebuildOnChange: true));}
Returns the currentAppLifecycleState value and rebuilds the widget when it changes.
AppLifecycleState? useAppLifecycleState() { return use(const _AppLifecycleHook(rebuildOnChange: true));}