getAppLifeCycle abstract method

Future<NotificationLifeCycle> getAppLifeCycle()

Returns the current state of the app lifecycle in regards to notifications.

The returned value is an enumerator of type NotificationLifeCycle. The possible values are:

This method returns a Future that resolves to a NotificationLifeCycle value representing the current state of the app in regards to notifications.

Implementation

Future<NotificationLifeCycle> getAppLifeCycle();