getNotificationService method

NENotificationService getNotificationService()

notification service

Implementation

NENotificationService getNotificationService() {
  return _notificationService ??
      (_notificationService =
          NENotificationService(_methodChannel, handlerMap));
}