getAppLifeCycle method

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

Get the current Local time zone identifier

Implementation

@override
Future<NotificationLifeCycle> getAppLifeCycle() {
  return LocalNotificationsPlatform.instance.getAppLifeCycle();
}