appLifecycleStates property

Map<AppLifecycleState, dynamic Function()>? get appLifecycleStates

Get AppLifecycleState

Implementation

Map<AppLifecycleState, Function()>? get appLifecycleStates => _appLifecycle;