UpdateMarketingOutreachUseCase typedef

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

Implementation

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