getNotificationService method

NotificationsService getNotificationService()

Implementation

NotificationsService getNotificationService() {
  _notificationService ??= NotificationsService(this);
  return _notificationService!;
}