getAppLifeCycle method

  1. @override
Future<NotificationLifeCycle> getAppLifeCycle()
override

Get the current Local time zone identifier

Implementation

@override
Future<NotificationLifeCycle> getAppLifeCycle() async {
  return NotificationLifeCycle.AppKilled;
}