build method

Implementation

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