UpdateMarketingOutreachUseCase typedef
Implementation
typedef UpdateMarketingOutreachUseCase = Future<void> Function({
required BuildContext context,
required bool hasAcceptedMarketingOutreach,
});
typedef UpdateMarketingOutreachUseCase = Future<void> Function({
required BuildContext context,
required bool hasAcceptedMarketingOutreach,
});