notificationService property

  1. @override
NotificationService notificationService
override

Implementation

@override
NotificationService get notificationService => _notificationService;
  1. @override
void notificationService=(NotificationService notificationService)
override

Implementation

@override
set notificationService(NotificationService notificationService) {
  _notificationService = notificationService;
}