build method

Implementation

@override
FxNotificationsState build() {
  _service = FxNotificationService(serviceContext);
  return const FxNotificationsState();
}