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