appLifeCycle property

(void Function(AppLifecycleState)?) appLifeCycle
final

Function to track app life cycle state. It takes as parameter the AppLifeCycleState.

Implementation

final void Function(AppLifecycleState)? appLifeCycle;