features/notifications/notification_providers library
Properties
-
feedbackStatusProvider
→ AutoDisposeFutureProvider<
FeedbackStatusDTO> -
final
-
hasAcceptedMarketingOutreachProvider
→ AutoDisposeFutureProvider<
bool?> -
final
-
homeownerNotificationSettingsApiProvider
→ FutureProvider<
HomeownerNotificationSettingDTO> -
final
-
updateMarketingOutreachProvider
→ Provider<
UpdateMarketingOutreachUseCase> -
Provides a user data for updating a user's details
final
Functions
-
updateHasAcceptedMarketingOutreachApi(
{required BuildContext context, required bool hasAcceptedMarketingOutreach}) → Future< void>
Typedefs
-
UpdateMarketingOutreachUseCase
= Future<
void> Function({required BuildContext context, required bool hasAcceptedMarketingOutreach})