build method
Implementation
@override
NotificationsState build() {
_service = NotificationService(serviceContext);
return const NotificationsState();
}
@override
NotificationsState build() {
_service = NotificationService(serviceContext);
return const NotificationsState();
}